Shades of Heliotrope #CB7AFB
Tints of Heliotrope #CB7AFB
RGB
CMYK
RGB Variations
Color information
#CB7AFB (or 0xCB7AFB) is known color: Heliotrope. HEX triplet: CB, 7A and FB. RGB value is (203,122,251). Sum of RGB (Red+Green+Blue) = 203+122+251=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB7AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7AFB is #348504. Grayscale: #A0A0A0. Windows color (decimal): -3441925 or 16480971. OLE color: 16480971.
HSL color Cylindrical-coordinate representation of color #CB7AFB: hue angle of 277.67º 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 #CB7AFB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 122 | 251 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.02 |
| HSL | 277.67º | 0.94% | 0.73% | - |
| HSV(B) | 277.67º | 0.51% | 0.98% | - |
| XYZ | 49 | 33.58 | 95.17 | - |
| YUV | 160.93 | 178.84 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 251 | 0.19 | 0.51 | 0 | 0.02 | 277.67 | 0.94 | 0.73 |
| Hex | CB | 7A | FB | 13 | 33 | 0 | 2 | 116 | 5E | 49 |
| Octal | 313 | 172 | 373 | 23 | 63 | 0 | 2 | 426 | 136 | 111 |
| Binary | 11001011 | 1111010 | 11111011 | 10011 | 110011 | 0 | 10 | 100010110 | 1011110 | 1001001 |
Color Harmonies of #CB7AFB
Complementary color
Monochromatic Colors of #CB7AFB
Black with #CB7AFB
Text Example
Text Example
White with #CB7AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7AFB; }
p { color: rgb(203,122,251); }
H1.HeaderClassName
{
color: #CB7AFB;
}
.AnyTagClassName
{
color: #CB7AFB;
}
</style>
background-color css
<style>
a { background-color: #CB7AFB; }
a { background-color: rgb(203,122,251); }
div.DivClassName
{
background-color: #CB7AFB;
}
.BgClassName
{
background-color: #CB7AFB;
}
</style>
border-color css
<style>
span { border-color: #CB7AFB; }
span { border-color: rgb(203,122,251); }
td.TdClassName
{
border-color: #CB7AFB;
}
.TagClassName
{
border-color: #CB7AFB;
}
</style>