Shades of Heliotrope #CC84EF
Tints of Heliotrope #CC84EF
RGB
CMYK
RGB Variations
Color information
#CC84EF (or 0xCC84EF) is known color: Heliotrope. HEX triplet: CC, 84 and EF. RGB value is (204,132,239). Sum of RGB (Red+Green+Blue) = 204+132+239=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC84EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84EF is #337B10. Grayscale: #A5A5A5. Windows color (decimal): -3373841 or 15697100. OLE color: 15697100.
HSL color Cylindrical-coordinate representation of color #CC84EF: hue angle of 280.37º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC84EF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 132 | 239 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.06 |
| HSL | 280.37º | 0.77% | 0.73% | - |
| HSV(B) | 280.37º | 0.45% | 0.94% | - |
| XYZ | 48.73 | 35.57 | 85.96 | - |
| YUV | 165.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 239 | 0.15 | 0.45 | 0 | 0.06 | 280.37 | 0.77 | 0.73 |
| Hex | CC | 84 | EF | F | 2D | 0 | 6 | 118 | 4D | 49 |
| Octal | 314 | 204 | 357 | 17 | 55 | 0 | 6 | 430 | 115 | 111 |
| Binary | 11001100 | 10000100 | 11101111 | 1111 | 101101 | 0 | 110 | 100011000 | 1001101 | 1001001 |
Color Harmonies of #CC84EF
Complementary color
Monochromatic Colors of #CC84EF
Black with #CC84EF
Text Example
Text Example
White with #CC84EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84EF; }
p { color: rgb(204,132,239); }
H1.HeaderClassName
{
color: #CC84EF;
}
.AnyTagClassName
{
color: #CC84EF;
}
</style>
background-color css
<style>
a { background-color: #CC84EF; }
a { background-color: rgb(204,132,239); }
div.DivClassName
{
background-color: #CC84EF;
}
.BgClassName
{
background-color: #CC84EF;
}
</style>
border-color css
<style>
span { border-color: #CC84EF; }
span { border-color: rgb(204,132,239); }
td.TdClassName
{
border-color: #CC84EF;
}
.TagClassName
{
border-color: #CC84EF;
}
</style>