Shades of Heliotrope #CB7BFF
Tints of Heliotrope #CB7BFF
RGB
CMYK
RGB Variations
Color information
#CB7BFF (or 0xCB7BFF) is known color: Heliotrope. HEX triplet: CB, 7B and FF. RGB value is (203,123,255). Sum of RGB (Red+Green+Blue) = 203+123+255=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7BFF is #348400. Grayscale: #A1A1A1. Windows color (decimal): -3441665 or 16743371. OLE color: 16743371.
HSL color Cylindrical-coordinate representation of color #CB7BFF: hue angle of 276.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB7BFF is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 123 | 255 | - |
| CMYK | 0.20 | 0.52 | 0 | 0 |
| HSL | 276.36º | 1% | 0.74% | - |
| HSV(B) | 276.36º | 0.52% | 1% | - |
| XYZ | 49.76 | 34.08 | 98.56 | - |
| YUV | 161.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 255 | 0.20 | 0.52 | 0 | 0 | 276.36 | 1 | 0.74 |
| Hex | CB | 7B | FF | 14 | 34 | 0 | 0 | 114 | 64 | 4A |
| Octal | 313 | 173 | 377 | 24 | 64 | 0 | 0 | 424 | 144 | 112 |
| Binary | 11001011 | 1111011 | 11111111 | 10100 | 110100 | 0 | 0 | 100010100 | 1100100 | 1001010 |
Color Harmonies of #CB7BFF
Complementary color
Monochromatic Colors of #CB7BFF
Black with #CB7BFF
Text Example
Text Example
White with #CB7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7BFF; }
p { color: rgb(203,123,255); }
H1.HeaderClassName
{
color: #CB7BFF;
}
.AnyTagClassName
{
color: #CB7BFF;
}
</style>
background-color css
<style>
a { background-color: #CB7BFF; }
a { background-color: rgb(203,123,255); }
div.DivClassName
{
background-color: #CB7BFF;
}
.BgClassName
{
background-color: #CB7BFF;
}
</style>
border-color css
<style>
span { border-color: #CB7BFF; }
span { border-color: rgb(203,123,255); }
td.TdClassName
{
border-color: #CB7BFF;
}
.TagClassName
{
border-color: #CB7BFF;
}
</style>