#CC5EFF

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

Shades of Heliotrope #CC5EFF

Tints of Heliotrope #CC5EFF

Color information

#CC5EFF (or 0xCC5EFF) is unknown color: approx Heliotrope. HEX triplet: CC, 5E and FF. RGB value is (204,94,255). Sum of RGB (Red+Green+Blue) = 204+94+255=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5EFF is #33A100. Grayscale: #909090. Windows color (decimal): -3383553 or 16735948. OLE color: 16735948.

HSL color Cylindrical-coordinate representation of color #CC5EFF: hue angle of 280.99º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5EFF is Cyan = 0.2, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20494255-
CMYK0.20.6300
HSL280.99º100%68.43%-
HSV(B)280.99º63.14%100%-
XYZ46.9528.0697.55-
YUV145.24189.94169.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 94 (37.11% from 255) = 17.00%
BLUE value IS 255 (100% from 255) = 46.11%
R=36.89%
G=17.00%
B=46.11%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal204942550.20.6300280.9910068.43
HexCC5EFF143F001196444
Octal314136377247700431144104
Binary11001100101111011111111101001111110010001100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5EFF; }

 p { color: rgb(204,94,255); }

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

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

 a { background-color: rgb(204,94,255); }

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

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

 span { border-color: rgb(204,94,255); }

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