Shades of Heliotrope #CB60FF
Tints of Heliotrope #CB60FF
RGB
CMYK
RGB Variations
Color information
#CB60FF (or 0xCB60FF) is known color: Heliotrope. HEX triplet: CB, 60 and FF. RGB value is (203,96,255). Sum of RGB (Red+Green+Blue) = 203+96+255=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB60FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60FF is #349F00. Grayscale: #919191. Windows color (decimal): -3448577 or 16736459. OLE color: 16736459.
HSL color Cylindrical-coordinate representation of color #CB60FF: hue angle of 280.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB60FF is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 96 | 255 | - |
| CMYK | 0.20 | 0.62 | 0 | 0 |
| HSL | 280.38º | 1% | 0.69% | - |
| HSV(B) | 280.38º | 0.62% | 1% | - |
| XYZ | 46.86 | 28.28 | 97.6 | - |
| YUV | 146.12 | 189.45 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 255 | 0.20 | 0.62 | 0 | 0 | 280.38 | 1 | 0.69 |
| Hex | CB | 60 | FF | 14 | 3E | 0 | 0 | 118 | 64 | 45 |
| Octal | 313 | 140 | 377 | 24 | 76 | 0 | 0 | 430 | 144 | 105 |
| Binary | 11001011 | 1100000 | 11111111 | 10100 | 111110 | 0 | 0 | 100011000 | 1100100 | 1000101 |
Color Harmonies of #CB60FF
Complementary color
Monochromatic Colors of #CB60FF
Black with #CB60FF
Text Example
Text Example
White with #CB60FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60FF; }
p { color: rgb(203,96,255); }
H1.HeaderClassName
{
color: #CB60FF;
}
.AnyTagClassName
{
color: #CB60FF;
}
</style>
background-color css
<style>
a { background-color: #CB60FF; }
a { background-color: rgb(203,96,255); }
div.DivClassName
{
background-color: #CB60FF;
}
.BgClassName
{
background-color: #CB60FF;
}
</style>
border-color css
<style>
span { border-color: #CB60FF; }
span { border-color: rgb(203,96,255); }
td.TdClassName
{
border-color: #CB60FF;
}
.TagClassName
{
border-color: #CB60FF;
}
</style>