Shades of Heliotrope #CC61FE
Tints of Heliotrope #CC61FE
RGB
CMYK
RGB Variations
Color information
#CC61FE (or 0xCC61FE) is known color: Heliotrope. HEX triplet: CC, 61 and FE. RGB value is (204,97,254). Sum of RGB (Red+Green+Blue) = 204+97+254=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 97 (38.28% from 255 or 17.48% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC61FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC61FE is #339E01. Grayscale: #929292. Windows color (decimal): -3382786 or 16671180. OLE color: 16671180.
HSL color Cylindrical-coordinate representation of color #CC61FE: hue angle of 280.89º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC61FE is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 97 | 254 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.00 |
| HSL | 280.89º | 0.99% | 0.69% | - |
| HSV(B) | 280.89º | 0.62% | 1% | - |
| XYZ | 47.07 | 28.54 | 96.79 | - |
| YUV | 146.89 | 188.45 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 254 | 0.20 | 0.62 | 0 | 0.00 | 280.89 | 0.99 | 0.69 |
| Hex | CC | 61 | FE | 14 | 3E | 0 | 0 | 119 | 63 | 45 |
| Octal | 314 | 141 | 376 | 24 | 76 | 0 | 0 | 431 | 143 | 105 |
| Binary | 11001100 | 1100001 | 11111110 | 10100 | 111110 | 0 | 0 | 100011001 | 1100011 | 1000101 |
Color Harmonies of #CC61FE
Complementary color
Monochromatic Colors of #CC61FE
Black with #CC61FE
Text Example
Text Example
White with #CC61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC61FE; }
p { color: rgb(204,97,254); }
H1.HeaderClassName
{
color: #CC61FE;
}
.AnyTagClassName
{
color: #CC61FE;
}
</style>
background-color css
<style>
a { background-color: #CC61FE; }
a { background-color: rgb(204,97,254); }
div.DivClassName
{
background-color: #CC61FE;
}
.BgClassName
{
background-color: #CC61FE;
}
</style>
border-color css
<style>
span { border-color: #CC61FE; }
span { border-color: rgb(204,97,254); }
td.TdClassName
{
border-color: #CC61FE;
}
.TagClassName
{
border-color: #CC61FE;
}
</style>