#CC62FD

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

Shades of Heliotrope #CC62FD

Tints of Heliotrope #CC62FD

Color information

#CC62FD (or 0xCC62FD) is unknown color: approx Heliotrope. HEX triplet: CC, 62 and FD. RGB value is (204,98,253). Sum of RGB (Red+Green+Blue) = 204+98+253=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 98 (38.67% from 255 or 17.66% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC62FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC62FD is #339D02. Grayscale: #929292. Windows color (decimal): -3382531 or 16605900. OLE color: 16605900.

HSL color Cylindrical-coordinate representation of color #CC62FD: hue angle of 281.03º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC62FD is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20498253-
CMYK0.190.6100.01
HSL281.03º97.48%68.82%-
HSV(B)281.03º61.26%99.22%-
XYZ4728.6695.98-
YUV147.36187.62168.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 98 (38.67% from 255) = 17.66%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=36.76%
G=17.66%
B=45.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204982530.190.6100.01281.0397.4868.82
HexCC62FD133D011196145
Octal314142375237501431141105
Binary11001100110001011111101100111111010110001100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC62FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC62FD; }

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

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

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

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

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

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

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

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