Shades of Heliotrope #CB82EE
Tints of Heliotrope #CB82EE
RGB
CMYK
RGB Variations
Color information
#CB82EE (or 0xCB82EE) is known color: Heliotrope. HEX triplet: CB, 82 and EE. RGB value is (203,130,238). Sum of RGB (Red+Green+Blue) = 203+130+238=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB82EE is #347D11. Grayscale: #A3A3A3. Windows color (decimal): -3439890 or 15631051. OLE color: 15631051.
HSL color Cylindrical-coordinate representation of color #CB82EE: hue angle of 280.56º 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 #CB82EE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 130 | 238 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.07 |
| HSL | 280.56º | 0.76% | 0.72% | - |
| HSV(B) | 280.56º | 0.45% | 0.93% | - |
| XYZ | 48.04 | 34.83 | 85.08 | - |
| YUV | 164.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 238 | 0.15 | 0.45 | 0 | 0.07 | 280.56 | 0.76 | 0.72 |
| Hex | CB | 82 | EE | F | 2D | 0 | 7 | 119 | 4C | 48 |
| Octal | 313 | 202 | 356 | 17 | 55 | 0 | 7 | 431 | 114 | 110 |
| Binary | 11001011 | 10000010 | 11101110 | 1111 | 101101 | 0 | 111 | 100011001 | 1001100 | 1001000 |
Color Harmonies of #CB82EE
Complementary color
Monochromatic Colors of #CB82EE
Black with #CB82EE
Text Example
Text Example
White with #CB82EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB82EE; }
p { color: rgb(203,130,238); }
H1.HeaderClassName
{
color: #CB82EE;
}
.AnyTagClassName
{
color: #CB82EE;
}
</style>
background-color css
<style>
a { background-color: #CB82EE; }
a { background-color: rgb(203,130,238); }
div.DivClassName
{
background-color: #CB82EE;
}
.BgClassName
{
background-color: #CB82EE;
}
</style>
border-color css
<style>
span { border-color: #CB82EE; }
span { border-color: rgb(203,130,238); }
td.TdClassName
{
border-color: #CB82EE;
}
.TagClassName
{
border-color: #CB82EE;
}
</style>