Shades of Heliotrope #CC62FD
Tints of Heliotrope #CC62FD
RGB
CMYK
RGB Variations
Color information
#CC62FD (or 0xCC62FD) is known color: 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
RGB | 204 | 98 | 253 | - |
CMYK | 0.19 | 0.61 | 0 | 0.01 |
HSL | 281.03º | 0.97% | 0.69% | - |
HSV(B) | 281.03º | 0.61% | 0.99% | - |
XYZ | 47 | 28.66 | 95.98 | - |
YUV | 147.36 | 187.62 | 168.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 98 | 253 | 0.19 | 0.61 | 0 | 0.01 | 281.03 | 0.97 | 0.69 |
Hex | CC | 62 | FD | 13 | 3D | 0 | 1 | 119 | 61 | 45 |
Octal | 314 | 142 | 375 | 23 | 75 | 0 | 1 | 431 | 141 | 105 |
Binary | 11001100 | 1100010 | 11111101 | 10011 | 111101 | 0 | 1 | 100011001 | 1100001 | 1000101 |
Color Harmonies of #CC62FD
Complementary color
Monochromatic Colors of #CC62FD
Black with #CC62FD
Text Example
Text Example
White with #CC62FD
Text Example
Text Example
HTML Codes & Css Web 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>