Shades of Heliotrope #CB84EE
Tints of Heliotrope #CB84EE
RGB
CMYK
RGB Variations
Color information
#CB84EE (or 0xCB84EE) is known color: Heliotrope. HEX triplet: CB, 84 and EE. RGB value is (203,132,238). Sum of RGB (Red+Green+Blue) = 203+132+238=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB84EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB84EE is #347B11. Grayscale: #A4A4A4. Windows color (decimal): -3439378 or 15631563. OLE color: 15631563.
HSL color Cylindrical-coordinate representation of color #CB84EE: hue angle of 280.19º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB84EE is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 132 | 238 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.07 |
| HSL | 280.19º | 0.76% | 0.73% | - |
| HSV(B) | 280.19º | 0.45% | 0.93% | - |
| XYZ | 48.31 | 35.37 | 85.17 | - |
| YUV | 165.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 132 | 238 | 0.15 | 0.45 | 0 | 0.07 | 280.19 | 0.76 | 0.73 |
| Hex | CB | 84 | EE | F | 2D | 0 | 7 | 118 | 4C | 49 |
| Octal | 313 | 204 | 356 | 17 | 55 | 0 | 7 | 430 | 114 | 111 |
| Binary | 11001011 | 10000100 | 11101110 | 1111 | 101101 | 0 | 111 | 100011000 | 1001100 | 1001001 |
Color Harmonies of #CB84EE
Complementary color
Monochromatic Colors of #CB84EE
Black with #CB84EE
Text Example
Text Example
White with #CB84EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB84EE; }
p { color: rgb(203,132,238); }
H1.HeaderClassName
{
color: #CB84EE;
}
.AnyTagClassName
{
color: #CB84EE;
}
</style>
background-color css
<style>
a { background-color: #CB84EE; }
a { background-color: rgb(203,132,238); }
div.DivClassName
{
background-color: #CB84EE;
}
.BgClassName
{
background-color: #CB84EE;
}
</style>
border-color css
<style>
span { border-color: #CB84EE; }
span { border-color: rgb(203,132,238); }
td.TdClassName
{
border-color: #CB84EE;
}
.TagClassName
{
border-color: #CB84EE;
}
</style>