Shades of Heliotrope #CB8DFB
Tints of Heliotrope #CB8DFB
RGB
CMYK
RGB Variations
Color information
#CB8DFB (or 0xCB8DFB) is known color: Heliotrope. HEX triplet: CB, 8D and FB. RGB value is (203,141,251). Sum of RGB (Red+Green+Blue) = 203+141+251=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8DFB is #347204. Grayscale: #ABABAB. Windows color (decimal): -3437061 or 16485835. OLE color: 16485835.
HSL color Cylindrical-coordinate representation of color #CB8DFB: hue angle of 273.82º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB8DFB is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 141 | 251 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.02 |
| HSL | 273.82º | 0.93% | 0.77% | - |
| HSV(B) | 273.82º | 0.44% | 0.98% | - |
| XYZ | 51.57 | 38.71 | 96.02 | - |
| YUV | 172.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 251 | 0.19 | 0.44 | 0 | 0.02 | 273.82 | 0.93 | 0.77 |
| Hex | CB | 8D | FB | 13 | 2C | 0 | 2 | 112 | 5D | 4D |
| Octal | 313 | 215 | 373 | 23 | 54 | 0 | 2 | 422 | 135 | 115 |
| Binary | 11001011 | 10001101 | 11111011 | 10011 | 101100 | 0 | 10 | 100010010 | 1011101 | 1001101 |
Color Harmonies of #CB8DFB
Complementary color
Monochromatic Colors of #CB8DFB
Black with #CB8DFB
Text Example
Text Example
White with #CB8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DFB; }
p { color: rgb(203,141,251); }
H1.HeaderClassName
{
color: #CB8DFB;
}
.AnyTagClassName
{
color: #CB8DFB;
}
</style>
background-color css
<style>
a { background-color: #CB8DFB; }
a { background-color: rgb(203,141,251); }
div.DivClassName
{
background-color: #CB8DFB;
}
.BgClassName
{
background-color: #CB8DFB;
}
</style>
border-color css
<style>
span { border-color: #CB8DFB; }
span { border-color: rgb(203,141,251); }
td.TdClassName
{
border-color: #CB8DFB;
}
.TagClassName
{
border-color: #CB8DFB;
}
</style>