Shades of Heliotrope #CB83EE
Tints of Heliotrope #CB83EE
RGB
CMYK
RGB Variations
Color information
#CB83EE (or 0xCB83EE) is known color: Heliotrope. HEX triplet: CB, 83 and EE. RGB value is (203,131,238). Sum of RGB (Red+Green+Blue) = 203+131+238=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB83EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB83EE is #347C11. Grayscale: #A4A4A4. Windows color (decimal): -3439634 or 15631307. OLE color: 15631307.
HSL color Cylindrical-coordinate representation of color #CB83EE: hue angle of 280.37º degrees, saturation: 0.76, 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 #CB83EE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 131 | 238 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.07 |
| HSL | 280.37º | 0.76% | 0.72% | - |
| HSV(B) | 280.37º | 0.45% | 0.93% | - |
| XYZ | 48.18 | 35.1 | 85.13 | - |
| YUV | 164.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 131 | 238 | 0.15 | 0.45 | 0 | 0.07 | 280.37 | 0.76 | 0.72 |
| Hex | CB | 83 | EE | F | 2D | 0 | 7 | 118 | 4C | 48 |
| Octal | 313 | 203 | 356 | 17 | 55 | 0 | 7 | 430 | 114 | 110 |
| Binary | 11001011 | 10000011 | 11101110 | 1111 | 101101 | 0 | 111 | 100011000 | 1001100 | 1001000 |
Color Harmonies of #CB83EE
Complementary color
Monochromatic Colors of #CB83EE
Black with #CB83EE
Text Example
Text Example
White with #CB83EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB83EE; }
p { color: rgb(203,131,238); }
H1.HeaderClassName
{
color: #CB83EE;
}
.AnyTagClassName
{
color: #CB83EE;
}
</style>
background-color css
<style>
a { background-color: #CB83EE; }
a { background-color: rgb(203,131,238); }
div.DivClassName
{
background-color: #CB83EE;
}
.BgClassName
{
background-color: #CB83EE;
}
</style>
border-color css
<style>
span { border-color: #CB83EE; }
span { border-color: rgb(203,131,238); }
td.TdClassName
{
border-color: #CB83EE;
}
.TagClassName
{
border-color: #CB83EE;
}
</style>