Shades of Heliotrope #CB68FA
Tints of Heliotrope #CB68FA
RGB
CMYK
RGB Variations
Color information
#CB68FA (or 0xCB68FA) is known color: Heliotrope. HEX triplet: CB, 68 and FA. RGB value is (203,104,250). Sum of RGB (Red+Green+Blue) = 203+104+250=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB68FA is #349705. Grayscale: #959595. Windows color (decimal): -3446534 or 16410827. OLE color: 16410827.
HSL color Cylindrical-coordinate representation of color #CB68FA: hue angle of 280.68º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB68FA is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 104 | 250 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.02 |
| HSL | 280.68º | 0.94% | 0.69% | - |
| HSV(B) | 280.68º | 0.58% | 0.98% | - |
| XYZ | 46.83 | 29.5 | 93.67 | - |
| YUV | 150.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 104 | 250 | 0.19 | 0.58 | 0 | 0.02 | 280.68 | 0.94 | 0.69 |
| Hex | CB | 68 | FA | 13 | 3A | 0 | 2 | 119 | 5E | 45 |
| Octal | 313 | 150 | 372 | 23 | 72 | 0 | 2 | 431 | 136 | 105 |
| Binary | 11001011 | 1101000 | 11111010 | 10011 | 111010 | 0 | 10 | 100011001 | 1011110 | 1000101 |
Color Harmonies of #CB68FA
Complementary color
Monochromatic Colors of #CB68FA
Black with #CB68FA
Text Example
Text Example
White with #CB68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB68FA; }
p { color: rgb(203,104,250); }
H1.HeaderClassName
{
color: #CB68FA;
}
.AnyTagClassName
{
color: #CB68FA;
}
</style>
background-color css
<style>
a { background-color: #CB68FA; }
a { background-color: rgb(203,104,250); }
div.DivClassName
{
background-color: #CB68FA;
}
.BgClassName
{
background-color: #CB68FA;
}
</style>
border-color css
<style>
span { border-color: #CB68FA; }
span { border-color: rgb(203,104,250); }
td.TdClassName
{
border-color: #CB68FA;
}
.TagClassName
{
border-color: #CB68FA;
}
</style>