Shades of Heliotrope #CC84FA
Tints of Heliotrope #CC84FA
RGB
CMYK
RGB Variations
Color information
#CC84FA (or 0xCC84FA) is known color: Heliotrope. HEX triplet: CC, 84 and FA. RGB value is (204,132,250). Sum of RGB (Red+Green+Blue) = 204+132+250=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 132 (51.95% from 255 or 22.53% from 586); Blue value is 250 (98.05% from 255 or 42.66% from 586); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC84FA is #337B05. Grayscale: #A6A6A6. Windows color (decimal): -3373830 or 16417996. OLE color: 16417996.
HSL color Cylindrical-coordinate representation of color #CC84FA: hue angle of 276.61º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC84FA is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 132 | 250 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.02 |
| HSL | 276.61º | 0.92% | 0.75% | - |
| HSV(B) | 276.61º | 0.47% | 0.98% | - |
| XYZ | 50.41 | 36.24 | 94.78 | - |
| YUV | 166.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 250 | 0.18 | 0.47 | 0 | 0.02 | 276.61 | 0.92 | 0.75 |
| Hex | CC | 84 | FA | 12 | 2F | 0 | 2 | 115 | 5C | 4B |
| Octal | 314 | 204 | 372 | 22 | 57 | 0 | 2 | 425 | 134 | 113 |
| Binary | 11001100 | 10000100 | 11111010 | 10010 | 101111 | 0 | 10 | 100010101 | 1011100 | 1001011 |
Color Harmonies of #CC84FA
Complementary color
Monochromatic Colors of #CC84FA
Black with #CC84FA
Text Example
Text Example
White with #CC84FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC84FA; }
p { color: rgb(204,132,250); }
H1.HeaderClassName
{
color: #CC84FA;
}
.AnyTagClassName
{
color: #CC84FA;
}
</style>
background-color css
<style>
a { background-color: #CC84FA; }
a { background-color: rgb(204,132,250); }
div.DivClassName
{
background-color: #CC84FA;
}
.BgClassName
{
background-color: #CC84FA;
}
</style>
border-color css
<style>
span { border-color: #CC84FA; }
span { border-color: rgb(204,132,250); }
td.TdClassName
{
border-color: #CC84FA;
}
.TagClassName
{
border-color: #CC84FA;
}
</style>