#C74BDB

Color #C74BDB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C74BDB

Tints of Medium Orchid #C74BDB

Color information

#C74BDB (or 0xC74BDB) is unknown color: approx Medium Orchid. HEX triplet: C7, 4B and DB. RGB value is (199,75,219). Sum of RGB (Red+Green+Blue) = 199+75+219=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #C74BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BDB is #38B424. Grayscale: #808080. Windows color (decimal): -3716133 or 14371783. OLE color: 14371783.

HSL color Cylindrical-coordinate representation of color #C74BDB: hue angle of 291.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74BDB is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19975219-
CMYK0.090.6600.14
HSL291.67º66.67%57.65%-
HSV(B)291.67º65.75%85.88%-
XYZ38.8622.2969.27-
YUV128.49179.08178.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 40.37%
GREEN value IS 75 (29.69% from 255) = 15.21%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=40.37%
G=15.21%
B=44.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal199752190.090.6600.14291.6766.6757.65
HexC74BDB9420E124433a
Octal3071133331110201644410372
Binary1100011110010111101101110011000010011101001001001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74BDB; }

 p { color: rgb(199,75,219); }

 H1.HeaderClassName
 {
   color: #C74BDB;
 }
 .AnyTagClassName
 {
   color: #C74BDB;
 }
</style>
background-color css

<style>
 a { background-color: #C74BDB; }

 a { background-color: rgb(199,75,219); }

 div.DivClassName
 {
   background-color: #C74BDB;
 }
 .BgClassName
 {
   background-color: #C74BDB;
 }
</style>
border-color css

<style>
 span { border-color: #C74BDB; }

 span { border-color: rgb(199,75,219); }

 td.TdClassName
 {
   border-color: #C74BDB;
 }
 .TagClassName
 {
   border-color: #C74BDB;
 }
</style>