Shades of Heliotrope #CC50FC
Tints of Heliotrope #CC50FC
RGB
CMYK
RGB Variations
Color information
#CC50FC (or 0xCC50FC) is known color: Heliotrope. HEX triplet: CC, 50 and FC. RGB value is (204,80,252). Sum of RGB (Red+Green+Blue) = 204+80+252=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 80 (31.64% from 255 or 14.93% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC50FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50FC is #33AF03. Grayscale: #888888. Windows color (decimal): -3387140 or 16535756. OLE color: 16535756.
HSL color Cylindrical-coordinate representation of color #CC50FC: hue angle of 283.26º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC50FC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 80 | 252 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.01 |
| HSL | 283.26º | 0.97% | 0.65% | - |
| HSV(B) | 283.26º | 0.68% | 0.99% | - |
| XYZ | 45.34 | 25.6 | 94.65 | - |
| YUV | 136.68 | 193.08 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 252 | 0.19 | 0.68 | 0 | 0.01 | 283.26 | 0.97 | 0.65 |
| Hex | CC | 50 | FC | 13 | 44 | 0 | 1 | 11B | 61 | 41 |
| Octal | 314 | 120 | 374 | 23 | 104 | 0 | 1 | 433 | 141 | 101 |
| Binary | 11001100 | 1010000 | 11111100 | 10011 | 1000100 | 0 | 1 | 100011011 | 1100001 | 1000001 |
Color Harmonies of #CC50FC
Complementary color
Monochromatic Colors of #CC50FC
Black with #CC50FC
Text Example
Text Example
White with #CC50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50FC; }
p { color: rgb(204,80,252); }
H1.HeaderClassName
{
color: #CC50FC;
}
.AnyTagClassName
{
color: #CC50FC;
}
</style>
background-color css
<style>
a { background-color: #CC50FC; }
a { background-color: rgb(204,80,252); }
div.DivClassName
{
background-color: #CC50FC;
}
.BgClassName
{
background-color: #CC50FC;
}
</style>
border-color css
<style>
span { border-color: #CC50FC; }
span { border-color: rgb(204,80,252); }
td.TdClassName
{
border-color: #CC50FC;
}
.TagClassName
{
border-color: #CC50FC;
}
</style>