Shades of Heliotrope #CB60FB
Tints of Heliotrope #CB60FB
RGB
CMYK
RGB Variations
Color information
#CB60FB (or 0xCB60FB) is known color: Heliotrope. HEX triplet: CB, 60 and FB. RGB value is (203,96,251). Sum of RGB (Red+Green+Blue) = 203+96+251=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB60FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB60FB is #349F04. Grayscale: #919191. Windows color (decimal): -3448581 or 16474315. OLE color: 16474315.
HSL color Cylindrical-coordinate representation of color #CB60FB: hue angle of 281.42º degrees, saturation: 0.95, 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 #CB60FB is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 96 | 251 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.02 |
| HSL | 281.42º | 0.95% | 0.68% | - |
| HSV(B) | 281.42º | 0.62% | 0.98% | - |
| XYZ | 46.22 | 28.03 | 94.24 | - |
| YUV | 145.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 251 | 0.19 | 0.62 | 0 | 0.02 | 281.42 | 0.95 | 0.68 |
| Hex | CB | 60 | FB | 13 | 3E | 0 | 2 | 119 | 5F | 44 |
| Octal | 313 | 140 | 373 | 23 | 76 | 0 | 2 | 431 | 137 | 104 |
| Binary | 11001011 | 1100000 | 11111011 | 10011 | 111110 | 0 | 10 | 100011001 | 1011111 | 1000100 |
Color Harmonies of #CB60FB
Complementary color
Monochromatic Colors of #CB60FB
Black with #CB60FB
Text Example
Text Example
White with #CB60FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB60FB; }
p { color: rgb(203,96,251); }
H1.HeaderClassName
{
color: #CB60FB;
}
.AnyTagClassName
{
color: #CB60FB;
}
</style>
background-color css
<style>
a { background-color: #CB60FB; }
a { background-color: rgb(203,96,251); }
div.DivClassName
{
background-color: #CB60FB;
}
.BgClassName
{
background-color: #CB60FB;
}
</style>
border-color css
<style>
span { border-color: #CB60FB; }
span { border-color: rgb(203,96,251); }
td.TdClassName
{
border-color: #CB60FB;
}
.TagClassName
{
border-color: #CB60FB;
}
</style>