Shades of Heliotrope #CA6CFC
Tints of Heliotrope #CA6CFC
RGB
CMYK
RGB Variations
Color information
#CA6CFC (or 0xCA6CFC) is known color: Heliotrope. HEX triplet: CA, 6C and FC. RGB value is (202,108,252). Sum of RGB (Red+Green+Blue) = 202+108+252=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA6CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CFC is #359303. Grayscale: #989898. Windows color (decimal): -3511044 or 16542922. OLE color: 16542922.
HSL color Cylindrical-coordinate representation of color #CA6CFC: hue angle of 279.17º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA6CFC is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 108 | 252 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.01 |
| HSL | 279.17º | 0.96% | 0.71% | - |
| HSV(B) | 279.17º | 0.57% | 0.99% | - |
| XYZ | 47.29 | 30.31 | 95.45 | - |
| YUV | 152.52 | 184.14 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 108 | 252 | 0.20 | 0.57 | 0 | 0.01 | 279.17 | 0.96 | 0.71 |
| Hex | CA | 6C | FC | 14 | 39 | 0 | 1 | 117 | 60 | 47 |
| Octal | 312 | 154 | 374 | 24 | 71 | 0 | 1 | 427 | 140 | 107 |
| Binary | 11001010 | 1101100 | 11111100 | 10100 | 111001 | 0 | 1 | 100010111 | 1100000 | 1000111 |
Color Harmonies of #CA6CFC
Complementary color
Monochromatic Colors of #CA6CFC
Black with #CA6CFC
Text Example
Text Example
White with #CA6CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6CFC; }
p { color: rgb(202,108,252); }
H1.HeaderClassName
{
color: #CA6CFC;
}
.AnyTagClassName
{
color: #CA6CFC;
}
</style>
background-color css
<style>
a { background-color: #CA6CFC; }
a { background-color: rgb(202,108,252); }
div.DivClassName
{
background-color: #CA6CFC;
}
.BgClassName
{
background-color: #CA6CFC;
}
</style>
border-color css
<style>
span { border-color: #CA6CFC; }
span { border-color: rgb(202,108,252); }
td.TdClassName
{
border-color: #CA6CFC;
}
.TagClassName
{
border-color: #CA6CFC;
}
</style>