Shades of Heliotrope #CA6BF2
Tints of Heliotrope #CA6BF2
RGB
CMYK
RGB Variations
Color information
#CA6BF2 (or 0xCA6BF2) is known color: Heliotrope. HEX triplet: CA, 6B and F2. RGB value is (202,107,242). Sum of RGB (Red+Green+Blue) = 202+107+242=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BF2 is #35940D. Grayscale: #969696. Windows color (decimal): -3511310 or 15887306. OLE color: 15887306.
HSL color Cylindrical-coordinate representation of color #CA6BF2: hue angle of 282.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6BF2 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 107 | 242 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.05 |
| HSL | 282.22º | 0.84% | 0.68% | - |
| HSV(B) | 282.22º | 0.56% | 0.95% | - |
| XYZ | 45.64 | 29.48 | 87.29 | - |
| YUV | 150.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 242 | 0.17 | 0.56 | 0 | 0.05 | 282.22 | 0.84 | 0.68 |
| Hex | CA | 6B | F2 | 11 | 38 | 0 | 5 | 11A | 54 | 44 |
| Octal | 312 | 153 | 362 | 21 | 70 | 0 | 5 | 432 | 124 | 104 |
| Binary | 11001010 | 1101011 | 11110010 | 10001 | 111000 | 0 | 101 | 100011010 | 1010100 | 1000100 |
Color Harmonies of #CA6BF2
Complementary color
Monochromatic Colors of #CA6BF2
Black with #CA6BF2
Text Example
Text Example
White with #CA6BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BF2; }
p { color: rgb(202,107,242); }
H1.HeaderClassName
{
color: #CA6BF2;
}
.AnyTagClassName
{
color: #CA6BF2;
}
</style>
background-color css
<style>
a { background-color: #CA6BF2; }
a { background-color: rgb(202,107,242); }
div.DivClassName
{
background-color: #CA6BF2;
}
.BgClassName
{
background-color: #CA6BF2;
}
</style>
border-color css
<style>
span { border-color: #CA6BF2; }
span { border-color: rgb(202,107,242); }
td.TdClassName
{
border-color: #CA6BF2;
}
.TagClassName
{
border-color: #CA6BF2;
}
</style>