Shades of Heliotrope #CB7CFF
Tints of Heliotrope #CB7CFF
RGB
CMYK
RGB Variations
Color information
#CB7CFF (or 0xCB7CFF) is known color: Heliotrope. HEX triplet: CB, 7C and FF. RGB value is (203,124,255). Sum of RGB (Red+Green+Blue) = 203+124+255=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 124 (48.83% from 255 or 21.31% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7CFF is #348300. Grayscale: #A2A2A2. Windows color (decimal): -3441409 or 16743627. OLE color: 16743627.
HSL color Cylindrical-coordinate representation of color #CB7CFF: hue angle of 276.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7CFF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 124 | 255 | - |
| CMYK | 0.20 | 0.51 | 0 | 0 |
| HSL | 276.18º | 1% | 0.74% | - |
| HSV(B) | 276.18º | 0.51% | 1% | - |
| XYZ | 49.89 | 34.33 | 98.61 | - |
| YUV | 162.56 | 180.17 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 255 | 0.20 | 0.51 | 0 | 0 | 276.18 | 1 | 0.74 |
| Hex | CB | 7C | FF | 14 | 33 | 0 | 0 | 114 | 64 | 4A |
| Octal | 313 | 174 | 377 | 24 | 63 | 0 | 0 | 424 | 144 | 112 |
| Binary | 11001011 | 1111100 | 11111111 | 10100 | 110011 | 0 | 0 | 100010100 | 1100100 | 1001010 |
Color Harmonies of #CB7CFF
Complementary color
Monochromatic Colors of #CB7CFF
Black with #CB7CFF
Text Example
Text Example
White with #CB7CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7CFF; }
p { color: rgb(203,124,255); }
H1.HeaderClassName
{
color: #CB7CFF;
}
.AnyTagClassName
{
color: #CB7CFF;
}
</style>
background-color css
<style>
a { background-color: #CB7CFF; }
a { background-color: rgb(203,124,255); }
div.DivClassName
{
background-color: #CB7CFF;
}
.BgClassName
{
background-color: #CB7CFF;
}
</style>
border-color css
<style>
span { border-color: #CB7CFF; }
span { border-color: rgb(203,124,255); }
td.TdClassName
{
border-color: #CB7CFF;
}
.TagClassName
{
border-color: #CB7CFF;
}
</style>