Shades of Heliotrope #CB55FC
Tints of Heliotrope #CB55FC
RGB
CMYK
RGB Variations
Color information
#CB55FC (or 0xCB55FC) is known color: Heliotrope. HEX triplet: CB, 55 and FC. RGB value is (203,85,252). Sum of RGB (Red+Green+Blue) = 203+85+252=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 85 (33.59% from 255 or 15.74% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB55FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB55FC is #34AA03. Grayscale: #8A8A8A. Windows color (decimal): -3451396 or 16537035. OLE color: 16537035.
HSL color Cylindrical-coordinate representation of color #CB55FC: hue angle of 282.4º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB55FC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 85 | 252 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.01 |
| HSL | 282.4º | 0.97% | 0.66% | - |
| HSV(B) | 282.4º | 0.66% | 0.99% | - |
| XYZ | 45.45 | 26.22 | 94.76 | - |
| YUV | 139.32 | 191.59 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 252 | 0.19 | 0.66 | 0 | 0.01 | 282.4 | 0.97 | 0.66 |
| Hex | CB | 55 | FC | 13 | 42 | 0 | 1 | 11A | 61 | 42 |
| Octal | 313 | 125 | 374 | 23 | 102 | 0 | 1 | 432 | 141 | 102 |
| Binary | 11001011 | 1010101 | 11111100 | 10011 | 1000010 | 0 | 1 | 100011010 | 1100001 | 1000010 |
Color Harmonies of #CB55FC
Complementary color
Monochromatic Colors of #CB55FC
Black with #CB55FC
Text Example
Text Example
White with #CB55FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB55FC; }
p { color: rgb(203,85,252); }
H1.HeaderClassName
{
color: #CB55FC;
}
.AnyTagClassName
{
color: #CB55FC;
}
</style>
background-color css
<style>
a { background-color: #CB55FC; }
a { background-color: rgb(203,85,252); }
div.DivClassName
{
background-color: #CB55FC;
}
.BgClassName
{
background-color: #CB55FC;
}
</style>
border-color css
<style>
span { border-color: #CB55FC; }
span { border-color: rgb(203,85,252); }
td.TdClassName
{
border-color: #CB55FC;
}
.TagClassName
{
border-color: #CB55FC;
}
</style>