Shades of Heliotrope #CB87FE
Tints of Heliotrope #CB87FE
RGB
CMYK
RGB Variations
Color information
#CB87FE (or 0xCB87FE) is known color: Heliotrope. HEX triplet: CB, 87 and FE. RGB value is (203,135,254). Sum of RGB (Red+Green+Blue) = 203+135+254=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 135 (53.12% from 255 or 22.80% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB87FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB87FE is #347801. Grayscale: #A8A8A8. Windows color (decimal): -3438594 or 16680907. OLE color: 16680907.
HSL color Cylindrical-coordinate representation of color #CB87FE: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB87FE is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 135 | 254 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.00 |
| HSL | 274.29º | 0.98% | 0.76% | - |
| HSV(B) | 274.29º | 0.47% | 1% | - |
| XYZ | 51.18 | 37.18 | 98.24 | - |
| YUV | 168.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 135 | 254 | 0.20 | 0.47 | 0 | 0.00 | 274.29 | 0.98 | 0.76 |
| Hex | CB | 87 | FE | 14 | 2F | 0 | 0 | 112 | 62 | 4C |
| Octal | 313 | 207 | 376 | 24 | 57 | 0 | 0 | 422 | 142 | 114 |
| Binary | 11001011 | 10000111 | 11111110 | 10100 | 101111 | 0 | 0 | 100010010 | 1100010 | 1001100 |
Color Harmonies of #CB87FE
Complementary color
Monochromatic Colors of #CB87FE
Black with #CB87FE
Text Example
Text Example
White with #CB87FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB87FE; }
p { color: rgb(203,135,254); }
H1.HeaderClassName
{
color: #CB87FE;
}
.AnyTagClassName
{
color: #CB87FE;
}
</style>
background-color css
<style>
a { background-color: #CB87FE; }
a { background-color: rgb(203,135,254); }
div.DivClassName
{
background-color: #CB87FE;
}
.BgClassName
{
background-color: #CB87FE;
}
</style>
border-color css
<style>
span { border-color: #CB87FE; }
span { border-color: rgb(203,135,254); }
td.TdClassName
{
border-color: #CB87FE;
}
.TagClassName
{
border-color: #CB87FE;
}
</style>