Shades of Heliotrope #CB81ED
Tints of Heliotrope #CB81ED
RGB
CMYK
RGB Variations
Color information
#CB81ED (or 0xCB81ED) is known color: Heliotrope. HEX triplet: CB, 81 and ED. RGB value is (203,129,237). Sum of RGB (Red+Green+Blue) = 203+129+237=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB81ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB81ED is #347E12. Grayscale: #A3A3A3. Windows color (decimal): -3440147 or 15565259. OLE color: 15565259.
HSL color Cylindrical-coordinate representation of color #CB81ED: hue angle of 281.11º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB81ED is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 129 | 237 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.07 |
| HSL | 281.11º | 0.75% | 0.72% | - |
| HSV(B) | 281.11º | 0.46% | 0.93% | - |
| XYZ | 47.76 | 34.51 | 84.26 | - |
| YUV | 163.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 129 | 237 | 0.14 | 0.46 | 0 | 0.07 | 281.11 | 0.75 | 0.72 |
| Hex | CB | 81 | ED | E | 2E | 0 | 7 | 119 | 4B | 48 |
| Octal | 313 | 201 | 355 | 16 | 56 | 0 | 7 | 431 | 113 | 110 |
| Binary | 11001011 | 10000001 | 11101101 | 1110 | 101110 | 0 | 111 | 100011001 | 1001011 | 1001000 |
Color Harmonies of #CB81ED
Complementary color
Monochromatic Colors of #CB81ED
Black with #CB81ED
Text Example
Text Example
White with #CB81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB81ED; }
p { color: rgb(203,129,237); }
H1.HeaderClassName
{
color: #CB81ED;
}
.AnyTagClassName
{
color: #CB81ED;
}
</style>
background-color css
<style>
a { background-color: #CB81ED; }
a { background-color: rgb(203,129,237); }
div.DivClassName
{
background-color: #CB81ED;
}
.BgClassName
{
background-color: #CB81ED;
}
</style>
border-color css
<style>
span { border-color: #CB81ED; }
span { border-color: rgb(203,129,237); }
td.TdClassName
{
border-color: #CB81ED;
}
.TagClassName
{
border-color: #CB81ED;
}
</style>