#CC5FF7

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

Shades of Heliotrope #CC5FF7

Tints of Heliotrope #CC5FF7

Color information

#CC5FF7 (or 0xCC5FF7) is unknown color: approx Heliotrope. HEX triplet: CC, 5F and F7. RGB value is (204,95,247). Sum of RGB (Red+Green+Blue) = 204+95+247=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 247 (96.88% from 255 or 45.24% from 546); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC5FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FF7 is #33A008. Grayscale: #909090. Windows color (decimal): -3383305 or 16211916. OLE color: 16211916.

HSL color Cylindrical-coordinate representation of color #CC5FF7: hue angle of 283.03º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC5FF7 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20495247-
CMYK0.170.6200.03
HSL283.03º90.48%67.06%-
HSV(B)283.03º61.54%96.86%-
XYZ45.7827.7490.94-
YUV144.92185.61170.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 95 (37.5% from 255) = 17.40%
BLUE value IS 247 (96.88% from 255) = 45.24%
R=37.36%
G=17.40%
B=45.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204952470.170.6200.03283.0390.4867.06
HexCC5FF7113E0311b5a43
Octal314137367217603433132103
Binary110011001011111111101111000111111001110001101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5FF7; }

 p { color: rgb(204,95,247); }

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

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

 a { background-color: rgb(204,95,247); }

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

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

 span { border-color: rgb(204,95,247); }

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