#CD74EA

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

Shades of Heliotrope #CD74EA

Tints of Heliotrope #CD74EA

Color information

#CD74EA (or 0xCD74EA) is unknown color: approx Heliotrope. HEX triplet: CD, 74 and EA. RGB value is (205,116,234). Sum of RGB (Red+Green+Blue) = 205+116+234=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD74EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD74EA is #328B15. Grayscale: #9B9B9B. Windows color (decimal): -3312406 or 15365325. OLE color: 15365325.

HSL color Cylindrical-coordinate representation of color #CD74EA: hue angle of 285.25º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD74EA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205116234-
CMYK0.120.5000.08
HSL285.25º73.75%68.63%-
HSV(B)285.25º50.43%91.76%-
XYZ46.2731.4181.47-
YUV156.06171.99162.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 116 (45.70% from 255) = 20.90%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=36.94%
G=20.90%
B=42.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051162340.120.5000.08285.2573.7568.63
HexCD74EAC320811d4a45
Octal3151643521462010435112105
Binary1100110111101001110101011001100100100010001110110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD74EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD74EA; }

 p { color: rgb(205,116,234); }

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

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

 a { background-color: rgb(205,116,234); }

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

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

 span { border-color: rgb(205,116,234); }

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