#CC62F3

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

Shades of Heliotrope #CC62F3

Tints of Heliotrope #CC62F3

Color information

#CC62F3 (or 0xCC62F3) is unknown color: approx Heliotrope. HEX triplet: CC, 62 and F3. RGB value is (204,98,243). Sum of RGB (Red+Green+Blue) = 204+98+243=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 98 (38.67% from 255 or 17.98% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC62F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC62F3 is #339D0C. Grayscale: #919191. Windows color (decimal): -3382541 or 15950540. OLE color: 15950540.

HSL color Cylindrical-coordinate representation of color #CC62F3: hue angle of 283.86º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC62F3 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20498243-
CMYK0.160.6000.05
HSL283.86º85.8%66.86%-
HSV(B)283.86º59.67%95.29%-
XYZ45.4528.0487.81-
YUV146.22182.62169.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 98 (38.67% from 255) = 17.98%
BLUE value IS 243 (95.31% from 255) = 44.59%
R=37.43%
G=17.98%
B=44.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204982430.160.6000.05283.8685.866.86
HexCC62F3103C0511c5643
Octal314142363207405434126103
Binary1100110011000101111001110000111100010110001110010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62F3; }

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

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

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

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

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

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

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

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