Shades of Heliotrope #CC50FE
Tints of Heliotrope #CC50FE
RGB
CMYK
RGB Variations
Color information
#CC50FE (or 0xCC50FE) is known color: Heliotrope. HEX triplet: CC, 50 and FE. RGB value is (204,80,254). Sum of RGB (Red+Green+Blue) = 204+80+254=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50FE is #33AF01. Grayscale: #888888. Windows color (decimal): -3387138 or 16666828. OLE color: 16666828.
HSL color Cylindrical-coordinate representation of color #CC50FE: hue angle of 282.76º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC50FE is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 80 | 254 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.00 |
| HSL | 282.76º | 0.99% | 0.65% | - |
| HSV(B) | 282.76º | 0.69% | 1% | - |
| XYZ | 45.66 | 25.73 | 96.33 | - |
| YUV | 136.91 | 194.08 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 254 | 0.20 | 0.69 | 0 | 0.00 | 282.76 | 0.99 | 0.65 |
| Hex | CC | 50 | FE | 14 | 45 | 0 | 0 | 11B | 63 | 41 |
| Octal | 314 | 120 | 376 | 24 | 105 | 0 | 0 | 433 | 143 | 101 |
| Binary | 11001100 | 1010000 | 11111110 | 10100 | 1000101 | 0 | 0 | 100011011 | 1100011 | 1000001 |
Color Harmonies of #CC50FE
Complementary color
Monochromatic Colors of #CC50FE
Black with #CC50FE
Text Example
Text Example
White with #CC50FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50FE; }
p { color: rgb(204,80,254); }
H1.HeaderClassName
{
color: #CC50FE;
}
.AnyTagClassName
{
color: #CC50FE;
}
</style>
background-color css
<style>
a { background-color: #CC50FE; }
a { background-color: rgb(204,80,254); }
div.DivClassName
{
background-color: #CC50FE;
}
.BgClassName
{
background-color: #CC50FE;
}
</style>
border-color css
<style>
span { border-color: #CC50FE; }
span { border-color: rgb(204,80,254); }
td.TdClassName
{
border-color: #CC50FE;
}
.TagClassName
{
border-color: #CC50FE;
}
</style>