Shades of Heliotrope #CB60F1
Tints of Heliotrope #CB60F1
RGB
CMYK
RGB Variations
Color information
#CB60F1 (or 0xCB60F1) is known color: Heliotrope. HEX triplet: CB, 60 and F1. RGB value is (203,96,241). Sum of RGB (Red+Green+Blue) = 203+96+241=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60F1 is #349F0E. Grayscale: #909090. Windows color (decimal): -3448591 or 15818955. OLE color: 15818955.
HSL color Cylindrical-coordinate representation of color #CB60F1: hue angle of 284.28º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB60F1 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 96 | 241 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.05 |
| HSL | 284.28º | 0.84% | 0.66% | - |
| HSV(B) | 284.28º | 0.6% | 0.95% | - |
| XYZ | 44.69 | 27.41 | 86.16 | - |
| YUV | 144.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 241 | 0.16 | 0.60 | 0 | 0.05 | 284.28 | 0.84 | 0.66 |
| Hex | CB | 60 | F1 | 10 | 3C | 0 | 5 | 11C | 54 | 42 |
| Octal | 313 | 140 | 361 | 20 | 74 | 0 | 5 | 434 | 124 | 102 |
| Binary | 11001011 | 1100000 | 11110001 | 10000 | 111100 | 0 | 101 | 100011100 | 1010100 | 1000010 |
Color Harmonies of #CB60F1
Complementary color
Monochromatic Colors of #CB60F1
Black with #CB60F1
Text Example
Text Example
White with #CB60F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60F1; }
p { color: rgb(203,96,241); }
H1.HeaderClassName
{
color: #CB60F1;
}
.AnyTagClassName
{
color: #CB60F1;
}
</style>
background-color css
<style>
a { background-color: #CB60F1; }
a { background-color: rgb(203,96,241); }
div.DivClassName
{
background-color: #CB60F1;
}
.BgClassName
{
background-color: #CB60F1;
}
</style>
border-color css
<style>
span { border-color: #CB60F1; }
span { border-color: rgb(203,96,241); }
td.TdClassName
{
border-color: #CB60F1;
}
.TagClassName
{
border-color: #CB60F1;
}
</style>