Shades of Heliotrope #CC84F2
Tints of Heliotrope #CC84F2
RGB
CMYK
RGB Variations
Color information
#CC84F2 (or 0xCC84F2) is known color: Heliotrope. HEX triplet: CC, 84 and F2. RGB value is (204,132,242). Sum of RGB (Red+Green+Blue) = 204+132+242=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC84F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84F2 is #337B0D. Grayscale: #A5A5A5. Windows color (decimal): -3373838 or 15893708. OLE color: 15893708.
HSL color Cylindrical-coordinate representation of color #CC84F2: hue angle of 279.27º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC84F2 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 132 | 242 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.05 |
| HSL | 279.27º | 0.81% | 0.73% | - |
| HSV(B) | 279.27º | 0.45% | 0.95% | - |
| XYZ | 49.18 | 35.75 | 88.31 | - |
| YUV | 166.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 242 | 0.16 | 0.45 | 0 | 0.05 | 279.27 | 0.81 | 0.73 |
| Hex | CC | 84 | F2 | 10 | 2D | 0 | 5 | 117 | 51 | 49 |
| Octal | 314 | 204 | 362 | 20 | 55 | 0 | 5 | 427 | 121 | 111 |
| Binary | 11001100 | 10000100 | 11110010 | 10000 | 101101 | 0 | 101 | 100010111 | 1010001 | 1001001 |
Color Harmonies of #CC84F2
Complementary color
Monochromatic Colors of #CC84F2
Black with #CC84F2
Text Example
Text Example
White with #CC84F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84F2; }
p { color: rgb(204,132,242); }
H1.HeaderClassName
{
color: #CC84F2;
}
.AnyTagClassName
{
color: #CC84F2;
}
</style>
background-color css
<style>
a { background-color: #CC84F2; }
a { background-color: rgb(204,132,242); }
div.DivClassName
{
background-color: #CC84F2;
}
.BgClassName
{
background-color: #CC84F2;
}
</style>
border-color css
<style>
span { border-color: #CC84F2; }
span { border-color: rgb(204,132,242); }
td.TdClassName
{
border-color: #CC84F2;
}
.TagClassName
{
border-color: #CC84F2;
}
</style>