Shades of Heliotrope #CB7EFF
Tints of Heliotrope #CB7EFF
RGB
CMYK
RGB Variations
Color information
#CB7EFF (or 0xCB7EFF) is known color: Heliotrope. HEX triplet: CB, 7E and FF. RGB value is (203,126,255). Sum of RGB (Red+Green+Blue) = 203+126+255=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7EFF is #348100. Grayscale: #A3A3A3. Windows color (decimal): -3440897 or 16744139. OLE color: 16744139.
HSL color Cylindrical-coordinate representation of color #CB7EFF: hue angle of 275.81º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB7EFF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 126 | 255 | - |
| CMYK | 0.20 | 0.51 | 0 | 0 |
| HSL | 275.81º | 1% | 0.75% | - |
| HSV(B) | 275.81º | 0.51% | 1% | - |
| XYZ | 50.14 | 34.84 | 98.69 | - |
| YUV | 163.73 | 179.51 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 255 | 0.20 | 0.51 | 0 | 0 | 275.81 | 1 | 0.75 |
| Hex | CB | 7E | FF | 14 | 33 | 0 | 0 | 114 | 64 | 4B |
| Octal | 313 | 176 | 377 | 24 | 63 | 0 | 0 | 424 | 144 | 113 |
| Binary | 11001011 | 1111110 | 11111111 | 10100 | 110011 | 0 | 0 | 100010100 | 1100100 | 1001011 |
Color Harmonies of #CB7EFF
Complementary color
Monochromatic Colors of #CB7EFF
Black with #CB7EFF
Text Example
Text Example
White with #CB7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7EFF; }
p { color: rgb(203,126,255); }
H1.HeaderClassName
{
color: #CB7EFF;
}
.AnyTagClassName
{
color: #CB7EFF;
}
</style>
background-color css
<style>
a { background-color: #CB7EFF; }
a { background-color: rgb(203,126,255); }
div.DivClassName
{
background-color: #CB7EFF;
}
.BgClassName
{
background-color: #CB7EFF;
}
</style>
border-color css
<style>
span { border-color: #CB7EFF; }
span { border-color: rgb(203,126,255); }
td.TdClassName
{
border-color: #CB7EFF;
}
.TagClassName
{
border-color: #CB7EFF;
}
</style>