Shades of Heliotrope #CB7FFD
Tints of Heliotrope #CB7FFD
RGB
CMYK
RGB Variations
Color information
#CB7FFD (or 0xCB7FFD) is known color: Heliotrope. HEX triplet: CB, 7F and FD. RGB value is (203,127,253). Sum of RGB (Red+Green+Blue) = 203+127+253=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB7FFD is #348002. Grayscale: #A3A3A3. Windows color (decimal): -3440643 or 16613323. OLE color: 16613323.
HSL color Cylindrical-coordinate representation of color #CB7FFD: hue angle of 276.19º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB7FFD is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 127 | 253 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.01 |
| HSL | 276.19º | 0.97% | 0.75% | - |
| HSV(B) | 276.19º | 0.5% | 0.99% | - |
| XYZ | 49.95 | 34.97 | 97.05 | - |
| YUV | 164.09 | 178.18 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 253 | 0.20 | 0.50 | 0 | 0.01 | 276.19 | 0.97 | 0.75 |
| Hex | CB | 7F | FD | 14 | 32 | 0 | 1 | 114 | 61 | 4B |
| Octal | 313 | 177 | 375 | 24 | 62 | 0 | 1 | 424 | 141 | 113 |
| Binary | 11001011 | 1111111 | 11111101 | 10100 | 110010 | 0 | 1 | 100010100 | 1100001 | 1001011 |
Color Harmonies of #CB7FFD
Complementary color
Monochromatic Colors of #CB7FFD
Black with #CB7FFD
Text Example
Text Example
White with #CB7FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FFD; }
p { color: rgb(203,127,253); }
H1.HeaderClassName
{
color: #CB7FFD;
}
.AnyTagClassName
{
color: #CB7FFD;
}
</style>
background-color css
<style>
a { background-color: #CB7FFD; }
a { background-color: rgb(203,127,253); }
div.DivClassName
{
background-color: #CB7FFD;
}
.BgClassName
{
background-color: #CB7FFD;
}
</style>
border-color css
<style>
span { border-color: #CB7FFD; }
span { border-color: rgb(203,127,253); }
td.TdClassName
{
border-color: #CB7FFD;
}
.TagClassName
{
border-color: #CB7FFD;
}
</style>