Shades of Heliotrope #CB7CFB
Tints of Heliotrope #CB7CFB
RGB
CMYK
RGB Variations
Color information
#CB7CFB (or 0xCB7CFB) is known color: Heliotrope. HEX triplet: CB, 7C and FB. RGB value is (203,124,251). Sum of RGB (Red+Green+Blue) = 203+124+251=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB7CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CFB is #348304. Grayscale: #A1A1A1. Windows color (decimal): -3441413 or 16481483. OLE color: 16481483.
HSL color Cylindrical-coordinate representation of color #CB7CFB: hue angle of 277.32º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7CFB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 124 | 251 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.02 |
| HSL | 277.32º | 0.94% | 0.74% | - |
| HSV(B) | 277.32º | 0.51% | 0.98% | - |
| XYZ | 49.25 | 34.08 | 95.25 | - |
| YUV | 162.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 251 | 0.19 | 0.51 | 0 | 0.02 | 277.32 | 0.94 | 0.74 |
| Hex | CB | 7C | FB | 13 | 33 | 0 | 2 | 115 | 5E | 4A |
| Octal | 313 | 174 | 373 | 23 | 63 | 0 | 2 | 425 | 136 | 112 |
| Binary | 11001011 | 1111100 | 11111011 | 10011 | 110011 | 0 | 10 | 100010101 | 1011110 | 1001010 |
Color Harmonies of #CB7CFB
Complementary color
Monochromatic Colors of #CB7CFB
Black with #CB7CFB
Text Example
Text Example
White with #CB7CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CFB; }
p { color: rgb(203,124,251); }
H1.HeaderClassName
{
color: #CB7CFB;
}
.AnyTagClassName
{
color: #CB7CFB;
}
</style>
background-color css
<style>
a { background-color: #CB7CFB; }
a { background-color: rgb(203,124,251); }
div.DivClassName
{
background-color: #CB7CFB;
}
.BgClassName
{
background-color: #CB7CFB;
}
</style>
border-color css
<style>
span { border-color: #CB7CFB; }
span { border-color: rgb(203,124,251); }
td.TdClassName
{
border-color: #CB7CFB;
}
.TagClassName
{
border-color: #CB7CFB;
}
</style>