Shades of Heliotrope #CB7BFA
Tints of Heliotrope #CB7BFA
RGB
CMYK
RGB Variations
Color information
#CB7BFA (or 0xCB7BFA) is known color: Heliotrope. HEX triplet: CB, 7B and FA. RGB value is (203,123,250). Sum of RGB (Red+Green+Blue) = 203+123+250=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 123 (48.44% from 255 or 21.35% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB7BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7BFA is #348405. Grayscale: #A0A0A0. Windows color (decimal): -3441670 or 16415691. OLE color: 16415691.
HSL color Cylindrical-coordinate representation of color #CB7BFA: hue angle of 277.8º degrees, saturation: 0.93, 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 #CB7BFA is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 123 | 250 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.02 |
| HSL | 277.8º | 0.93% | 0.73% | - |
| HSV(B) | 277.8º | 0.51% | 0.98% | - |
| XYZ | 48.97 | 33.76 | 94.38 | - |
| YUV | 161.4 | 178 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 250 | 0.19 | 0.51 | 0 | 0.02 | 277.8 | 0.93 | 0.73 |
| Hex | CB | 7B | FA | 13 | 33 | 0 | 2 | 116 | 5D | 49 |
| Octal | 313 | 173 | 372 | 23 | 63 | 0 | 2 | 426 | 135 | 111 |
| Binary | 11001011 | 1111011 | 11111010 | 10011 | 110011 | 0 | 10 | 100010110 | 1011101 | 1001001 |
Color Harmonies of #CB7BFA
Complementary color
Monochromatic Colors of #CB7BFA
Black with #CB7BFA
Text Example
Text Example
White with #CB7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BFA; }
p { color: rgb(203,123,250); }
H1.HeaderClassName
{
color: #CB7BFA;
}
.AnyTagClassName
{
color: #CB7BFA;
}
</style>
background-color css
<style>
a { background-color: #CB7BFA; }
a { background-color: rgb(203,123,250); }
div.DivClassName
{
background-color: #CB7BFA;
}
.BgClassName
{
background-color: #CB7BFA;
}
</style>
border-color css
<style>
span { border-color: #CB7BFA; }
span { border-color: rgb(203,123,250); }
td.TdClassName
{
border-color: #CB7BFA;
}
.TagClassName
{
border-color: #CB7BFA;
}
</style>