Shades of Heliotrope #CA6BF0
Tints of Heliotrope #CA6BF0
RGB
CMYK
RGB Variations
Color information
#CA6BF0 (or 0xCA6BF0) is known color: Heliotrope. HEX triplet: CA, 6B and F0. RGB value is (202,107,240). Sum of RGB (Red+Green+Blue) = 202+107+240=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BF0 is #35940F. Grayscale: #969696. Windows color (decimal): -3511312 or 15756234. OLE color: 15756234.
HSL color Cylindrical-coordinate representation of color #CA6BF0: hue angle of 282.86º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA6BF0 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 107 | 240 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.06 |
| HSL | 282.86º | 0.82% | 0.68% | - |
| HSV(B) | 282.86º | 0.55% | 0.94% | - |
| XYZ | 45.34 | 29.36 | 85.72 | - |
| YUV | 150.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 107 | 240 | 0.16 | 0.55 | 0 | 0.06 | 282.86 | 0.82 | 0.68 |
| Hex | CA | 6B | F0 | 10 | 37 | 0 | 6 | 11B | 52 | 44 |
| Octal | 312 | 153 | 360 | 20 | 67 | 0 | 6 | 433 | 122 | 104 |
| Binary | 11001010 | 1101011 | 11110000 | 10000 | 110111 | 0 | 110 | 100011011 | 1010010 | 1000100 |
Color Harmonies of #CA6BF0
Complementary color
Monochromatic Colors of #CA6BF0
Black with #CA6BF0
Text Example
Text Example
White with #CA6BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6BF0; }
p { color: rgb(202,107,240); }
H1.HeaderClassName
{
color: #CA6BF0;
}
.AnyTagClassName
{
color: #CA6BF0;
}
</style>
background-color css
<style>
a { background-color: #CA6BF0; }
a { background-color: rgb(202,107,240); }
div.DivClassName
{
background-color: #CA6BF0;
}
.BgClassName
{
background-color: #CA6BF0;
}
</style>
border-color css
<style>
span { border-color: #CA6BF0; }
span { border-color: rgb(202,107,240); }
td.TdClassName
{
border-color: #CA6BF0;
}
.TagClassName
{
border-color: #CA6BF0;
}
</style>