Shades of Heliotrope #CA6FFB
Tints of Heliotrope #CA6FFB
RGB
CMYK
RGB Variations
Color information
#CA6FFB (or 0xCA6FFB) is known color: Heliotrope. HEX triplet: CA, 6F and FB. RGB value is (202,111,251). Sum of RGB (Red+Green+Blue) = 202+111+251=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FFB is #359004. Grayscale: #999999. Windows color (decimal): -3510277 or 16478154. OLE color: 16478154.
HSL color Cylindrical-coordinate representation of color #CA6FFB: hue angle of 279º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA6FFB is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 111 | 251 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.02 |
| HSL | 279º | 0.95% | 0.71% | - |
| HSV(B) | 279º | 0.56% | 0.98% | - |
| XYZ | 47.45 | 30.89 | 94.73 | - |
| YUV | 154.17 | 182.65 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 111 | 251 | 0.20 | 0.56 | 0 | 0.02 | 279 | 0.95 | 0.71 |
| Hex | CA | 6F | FB | 14 | 38 | 0 | 2 | 117 | 5F | 47 |
| Octal | 312 | 157 | 373 | 24 | 70 | 0 | 2 | 427 | 137 | 107 |
| Binary | 11001010 | 1101111 | 11111011 | 10100 | 111000 | 0 | 10 | 100010111 | 1011111 | 1000111 |
Color Harmonies of #CA6FFB
Complementary color
Monochromatic Colors of #CA6FFB
Black with #CA6FFB
Text Example
Text Example
White with #CA6FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6FFB; }
p { color: rgb(202,111,251); }
H1.HeaderClassName
{
color: #CA6FFB;
}
.AnyTagClassName
{
color: #CA6FFB;
}
</style>
background-color css
<style>
a { background-color: #CA6FFB; }
a { background-color: rgb(202,111,251); }
div.DivClassName
{
background-color: #CA6FFB;
}
.BgClassName
{
background-color: #CA6FFB;
}
</style>
border-color css
<style>
span { border-color: #CA6FFB; }
span { border-color: rgb(202,111,251); }
td.TdClassName
{
border-color: #CA6FFB;
}
.TagClassName
{
border-color: #CA6FFB;
}
</style>