Shades of Heliotrope #CB69FA
Tints of Heliotrope #CB69FA
RGB
CMYK
RGB Variations
Color information
#CB69FA (or 0xCB69FA) is known color: Heliotrope. HEX triplet: CB, 69 and FA. RGB value is (203,105,250). Sum of RGB (Red+Green+Blue) = 203+105+250=558 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.38% from 558); Green value is 105 (41.41% from 255 or 18.82% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB69FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB69FA is #349605. Grayscale: #969696. Windows color (decimal): -3446278 or 16411083. OLE color: 16411083.
HSL color Cylindrical-coordinate representation of color #CB69FA: hue angle of 280.55º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB69FA is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 105 | 250 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.02 |
| HSL | 280.55º | 0.94% | 0.7% | - |
| HSV(B) | 280.55º | 0.58% | 0.98% | - |
| XYZ | 46.94 | 29.7 | 93.7 | - |
| YUV | 150.83 | 183.97 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 105 | 250 | 0.19 | 0.58 | 0 | 0.02 | 280.55 | 0.94 | 0.7 |
| Hex | CB | 69 | FA | 13 | 3A | 0 | 2 | 119 | 5E | 46 |
| Octal | 313 | 151 | 372 | 23 | 72 | 0 | 2 | 431 | 136 | 106 |
| Binary | 11001011 | 1101001 | 11111010 | 10011 | 111010 | 0 | 10 | 100011001 | 1011110 | 1000110 |
Color Harmonies of #CB69FA
Complementary color
Monochromatic Colors of #CB69FA
Black with #CB69FA
Text Example
Text Example
White with #CB69FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB69FA; }
p { color: rgb(203,105,250); }
H1.HeaderClassName
{
color: #CB69FA;
}
.AnyTagClassName
{
color: #CB69FA;
}
</style>
background-color css
<style>
a { background-color: #CB69FA; }
a { background-color: rgb(203,105,250); }
div.DivClassName
{
background-color: #CB69FA;
}
.BgClassName
{
background-color: #CB69FA;
}
</style>
border-color css
<style>
span { border-color: #CB69FA; }
span { border-color: rgb(203,105,250); }
td.TdClassName
{
border-color: #CB69FA;
}
.TagClassName
{
border-color: #CB69FA;
}
</style>