Shades of Heliotrope #CB60FC
Tints of Heliotrope #CB60FC
RGB
CMYK
RGB Variations
Color information
#CB60FC (or 0xCB60FC) is known color: Heliotrope. HEX triplet: CB, 60 and FC. RGB value is (203,96,252). Sum of RGB (Red+Green+Blue) = 203+96+252=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB60FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60FC is #349F03. Grayscale: #919191. Windows color (decimal): -3448580 or 16539851. OLE color: 16539851.
HSL color Cylindrical-coordinate representation of color #CB60FC: hue angle of 281.15º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB60FC is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 96 | 252 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.01 |
| HSL | 281.15º | 0.96% | 0.68% | - |
| HSV(B) | 281.15º | 0.62% | 0.99% | - |
| XYZ | 46.38 | 28.09 | 95.07 | - |
| YUV | 145.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 252 | 0.19 | 0.62 | 0 | 0.01 | 281.15 | 0.96 | 0.68 |
| Hex | CB | 60 | FC | 13 | 3E | 0 | 1 | 119 | 60 | 44 |
| Octal | 313 | 140 | 374 | 23 | 76 | 0 | 1 | 431 | 140 | 104 |
| Binary | 11001011 | 1100000 | 11111100 | 10011 | 111110 | 0 | 1 | 100011001 | 1100000 | 1000100 |
Color Harmonies of #CB60FC
Complementary color
Monochromatic Colors of #CB60FC
Black with #CB60FC
Text Example
Text Example
White with #CB60FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60FC; }
p { color: rgb(203,96,252); }
H1.HeaderClassName
{
color: #CB60FC;
}
.AnyTagClassName
{
color: #CB60FC;
}
</style>
background-color css
<style>
a { background-color: #CB60FC; }
a { background-color: rgb(203,96,252); }
div.DivClassName
{
background-color: #CB60FC;
}
.BgClassName
{
background-color: #CB60FC;
}
</style>
border-color css
<style>
span { border-color: #CB60FC; }
span { border-color: rgb(203,96,252); }
td.TdClassName
{
border-color: #CB60FC;
}
.TagClassName
{
border-color: #CB60FC;
}
</style>