Shades of Heliotrope #CB83ED
Tints of Heliotrope #CB83ED
RGB
CMYK
RGB Variations
Color information
#CB83ED (or 0xCB83ED) is known color: Heliotrope. HEX triplet: CB, 83 and ED. RGB value is (203,131,237). Sum of RGB (Red+Green+Blue) = 203+131+237=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB83ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB83ED is #347C12. Grayscale: #A4A4A4. Windows color (decimal): -3439635 or 15565771. OLE color: 15565771.
HSL color Cylindrical-coordinate representation of color #CB83ED: hue angle of 280.75º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB83ED is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 131 | 237 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.07 |
| HSL | 280.75º | 0.75% | 0.72% | - |
| HSV(B) | 280.75º | 0.45% | 0.93% | - |
| XYZ | 48.03 | 35.04 | 84.35 | - |
| YUV | 164.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 237 | 0.14 | 0.45 | 0 | 0.07 | 280.75 | 0.75 | 0.72 |
| Hex | CB | 83 | ED | E | 2D | 0 | 7 | 119 | 4B | 48 |
| Octal | 313 | 203 | 355 | 16 | 55 | 0 | 7 | 431 | 113 | 110 |
| Binary | 11001011 | 10000011 | 11101101 | 1110 | 101101 | 0 | 111 | 100011001 | 1001011 | 1001000 |
Color Harmonies of #CB83ED
Complementary color
Monochromatic Colors of #CB83ED
Black with #CB83ED
Text Example
Text Example
White with #CB83ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83ED; }
p { color: rgb(203,131,237); }
H1.HeaderClassName
{
color: #CB83ED;
}
.AnyTagClassName
{
color: #CB83ED;
}
</style>
background-color css
<style>
a { background-color: #CB83ED; }
a { background-color: rgb(203,131,237); }
div.DivClassName
{
background-color: #CB83ED;
}
.BgClassName
{
background-color: #CB83ED;
}
</style>
border-color css
<style>
span { border-color: #CB83ED; }
span { border-color: rgb(203,131,237); }
td.TdClassName
{
border-color: #CB83ED;
}
.TagClassName
{
border-color: #CB83ED;
}
</style>