#CC75EE

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

Shades of Heliotrope #CC75EE

Tints of Heliotrope #CC75EE

Color information

#CC75EE (or 0xCC75EE) is unknown color: approx Heliotrope. HEX triplet: CC, 75 and EE. RGB value is (204,117,238). Sum of RGB (Red+Green+Blue) = 204+117+238=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC75EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75EE is #338A11. Grayscale: #9C9C9C. Windows color (decimal): -3377682 or 15627724. OLE color: 15627724.

HSL color Cylindrical-coordinate representation of color #CC75EE: hue angle of 283.14º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC75EE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204117238-
CMYK0.140.5100.07
HSL283.14º78.06%69.61%-
HSV(B)283.14º50.84%93.33%-
XYZ46.731.7384.55-
YUV156.81173.82161.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 117 (46.09% from 255) = 20.93%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=36.49%
G=20.93%
B=42.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041172380.140.5100.07283.1478.0669.61
HexCC75EEE330711b4e46
Octal314165356166307433116106
Binary110011001110101111011101110110011011110001101110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC75EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC75EE; }

 p { color: rgb(204,117,238); }

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

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

 a { background-color: rgb(204,117,238); }

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

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

 span { border-color: rgb(204,117,238); }

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