Shades of Heliotrope #CB7BF8
Tints of Heliotrope #CB7BF8
RGB
CMYK
RGB Variations
Color information
#CB7BF8 (or 0xCB7BF8) is known color: Heliotrope. HEX triplet: CB, 7B and F8. RGB value is (203,123,248). Sum of RGB (Red+Green+Blue) = 203+123+248=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 123 (48.44% from 255 or 21.43% from 574); Blue value is 248 (97.27% from 255 or 43.21% from 574); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB7BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7BF8 is #348407. Grayscale: #A0A0A0. Windows color (decimal): -3441672 or 16284619. OLE color: 16284619.
HSL color Cylindrical-coordinate representation of color #CB7BF8: hue angle of 278.4º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7BF8 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 123 | 248 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.03 |
| HSL | 278.4º | 0.9% | 0.73% | - |
| HSV(B) | 278.4º | 0.5% | 0.97% | - |
| XYZ | 48.65 | 33.64 | 92.74 | - |
| YUV | 161.17 | 177 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 248 | 0.18 | 0.50 | 0 | 0.03 | 278.4 | 0.9 | 0.73 |
| Hex | CB | 7B | F8 | 12 | 32 | 0 | 3 | 116 | 5A | 49 |
| Octal | 313 | 173 | 370 | 22 | 62 | 0 | 3 | 426 | 132 | 111 |
| Binary | 11001011 | 1111011 | 11111000 | 10010 | 110010 | 0 | 11 | 100010110 | 1011010 | 1001001 |
Color Harmonies of #CB7BF8
Complementary color
Monochromatic Colors of #CB7BF8
Black with #CB7BF8
Text Example
Text Example
White with #CB7BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BF8; }
p { color: rgb(203,123,248); }
H1.HeaderClassName
{
color: #CB7BF8;
}
.AnyTagClassName
{
color: #CB7BF8;
}
</style>
background-color css
<style>
a { background-color: #CB7BF8; }
a { background-color: rgb(203,123,248); }
div.DivClassName
{
background-color: #CB7BF8;
}
.BgClassName
{
background-color: #CB7BF8;
}
</style>
border-color css
<style>
span { border-color: #CB7BF8; }
span { border-color: rgb(203,123,248); }
td.TdClassName
{
border-color: #CB7BF8;
}
.TagClassName
{
border-color: #CB7BF8;
}
</style>