#CC62F7

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

Shades of Heliotrope #CC62F7

Tints of Heliotrope #CC62F7

Color information

#CC62F7 (or 0xCC62F7) is unknown color: approx Heliotrope. HEX triplet: CC, 62 and F7. RGB value is (204,98,247). Sum of RGB (Red+Green+Blue) = 204+98+247=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC62F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC62F7 is #339D08. Grayscale: #929292. Windows color (decimal): -3382537 or 16212684. OLE color: 16212684.

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

Color convert

RGB20498247-
CMYK0.170.6000.03
HSL282.68º90.3%67.65%-
HSV(B)282.68º60.32%96.86%-
XYZ46.0628.2991.03-
YUV146.68184.62168.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 98 (38.67% from 255) = 17.85%
BLUE value IS 247 (96.88% from 255) = 44.99%
R=37.16%
G=17.85%
B=44.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal204982470.170.6000.03282.6890.367.65
HexCC62F7113C0311b5a44
Octal314142367217403433132104
Binary110011001100010111101111000111110001110001101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62F7; }

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

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

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

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

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

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

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

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