Shades of Heliotrope #CB60FA
Tints of Heliotrope #CB60FA
RGB
CMYK
RGB Variations
Color information
#CB60FA (or 0xCB60FA) is known color: Heliotrope. HEX triplet: CB, 60 and FA. RGB value is (203,96,250). Sum of RGB (Red+Green+Blue) = 203+96+250=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB60FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60FA is #349F05. Grayscale: #919191. Windows color (decimal): -3448582 or 16408779. OLE color: 16408779.
HSL color Cylindrical-coordinate representation of color #CB60FA: hue angle of 281.69º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB60FA is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 96 | 250 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.02 |
| HSL | 281.69º | 0.94% | 0.68% | - |
| HSV(B) | 281.69º | 0.62% | 0.98% | - |
| XYZ | 46.07 | 27.96 | 93.41 | - |
| YUV | 145.55 | 186.95 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 250 | 0.19 | 0.62 | 0 | 0.02 | 281.69 | 0.94 | 0.68 |
| Hex | CB | 60 | FA | 13 | 3E | 0 | 2 | 11A | 5E | 44 |
| Octal | 313 | 140 | 372 | 23 | 76 | 0 | 2 | 432 | 136 | 104 |
| Binary | 11001011 | 1100000 | 11111010 | 10011 | 111110 | 0 | 10 | 100011010 | 1011110 | 1000100 |
Color Harmonies of #CB60FA
Complementary color
Monochromatic Colors of #CB60FA
Black with #CB60FA
Text Example
Text Example
White with #CB60FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60FA; }
p { color: rgb(203,96,250); }
H1.HeaderClassName
{
color: #CB60FA;
}
.AnyTagClassName
{
color: #CB60FA;
}
</style>
background-color css
<style>
a { background-color: #CB60FA; }
a { background-color: rgb(203,96,250); }
div.DivClassName
{
background-color: #CB60FA;
}
.BgClassName
{
background-color: #CB60FA;
}
</style>
border-color css
<style>
span { border-color: #CB60FA; }
span { border-color: rgb(203,96,250); }
td.TdClassName
{
border-color: #CB60FA;
}
.TagClassName
{
border-color: #CB60FA;
}
</style>