Shades of Heliotrope #CB7BFB
Tints of Heliotrope #CB7BFB
RGB
CMYK
RGB Variations
Color information
#CB7BFB (or 0xCB7BFB) is known color: Heliotrope. HEX triplet: CB, 7B and FB. RGB value is (203,123,251). Sum of RGB (Red+Green+Blue) = 203+123+251=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 123 (48.44% from 255 or 21.32% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB7BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7BFB is #348404. Grayscale: #A1A1A1. Windows color (decimal): -3441669 or 16481227. OLE color: 16481227.
HSL color Cylindrical-coordinate representation of color #CB7BFB: hue angle of 277.5º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7BFB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 123 | 251 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.02 |
| HSL | 277.5º | 0.94% | 0.73% | - |
| HSV(B) | 277.5º | 0.51% | 0.98% | - |
| XYZ | 49.12 | 33.83 | 95.21 | - |
| YUV | 161.51 | 178.5 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 251 | 0.19 | 0.51 | 0 | 0.02 | 277.5 | 0.94 | 0.73 |
| Hex | CB | 7B | FB | 13 | 33 | 0 | 2 | 116 | 5E | 49 |
| Octal | 313 | 173 | 373 | 23 | 63 | 0 | 2 | 426 | 136 | 111 |
| Binary | 11001011 | 1111011 | 11111011 | 10011 | 110011 | 0 | 10 | 100010110 | 1011110 | 1001001 |
Color Harmonies of #CB7BFB
Complementary color
Monochromatic Colors of #CB7BFB
Black with #CB7BFB
Text Example
Text Example
White with #CB7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BFB; }
p { color: rgb(203,123,251); }
H1.HeaderClassName
{
color: #CB7BFB;
}
.AnyTagClassName
{
color: #CB7BFB;
}
</style>
background-color css
<style>
a { background-color: #CB7BFB; }
a { background-color: rgb(203,123,251); }
div.DivClassName
{
background-color: #CB7BFB;
}
.BgClassName
{
background-color: #CB7BFB;
}
</style>
border-color css
<style>
span { border-color: #CB7BFB; }
span { border-color: rgb(203,123,251); }
td.TdClassName
{
border-color: #CB7BFB;
}
.TagClassName
{
border-color: #CB7BFB;
}
</style>