#CC74EA

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

Shades of Heliotrope #CC74EA

Tints of Heliotrope #CC74EA

Color information

#CC74EA (or 0xCC74EA) is unknown color: approx Heliotrope. HEX triplet: CC, 74 and EA. RGB value is (204,116,234). Sum of RGB (Red+Green+Blue) = 204+116+234=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC74EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC74EA is #338B15. Grayscale: #9B9B9B. Windows color (decimal): -3377942 or 15365324. OLE color: 15365324.

HSL color Cylindrical-coordinate representation of color #CC74EA: hue angle of 284.75º 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 #CC74EA is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204116234-
CMYK0.130.5000.08
HSL284.75º73.75%68.63%-
HSV(B)284.75º50.43%91.76%-
XYZ4631.2781.45-
YUV155.76172.15162.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 116 (45.70% from 255) = 20.94%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=36.82%
G=20.94%
B=42.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041162340.130.5000.08284.7573.7568.63
HexCC74EAD320811d4a45
Octal3141643521562010435112105
Binary1100110011101001110101011011100100100010001110110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC74EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC74EA; }

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

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

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

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

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

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

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

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