Shades of Heliotrope #CC55FA
Tints of Heliotrope #CC55FA
RGB
CMYK
RGB Variations
Color information
#CC55FA (or 0xCC55FA) is known color: Heliotrope. HEX triplet: CC, 55 and FA. RGB value is (204,85,250). Sum of RGB (Red+Green+Blue) = 204+85+250=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC55FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55FA is #33AA05. Grayscale: #8A8A8A. Windows color (decimal): -3385862 or 16405964. OLE color: 16405964.
HSL color Cylindrical-coordinate representation of color #CC55FA: hue angle of 283.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC55FA is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 85 | 250 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.02 |
| HSL | 283.27º | 0.94% | 0.66% | - |
| HSV(B) | 283.27º | 0.66% | 0.98% | - |
| XYZ | 45.41 | 26.24 | 93.11 | - |
| YUV | 139.39 | 190.42 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 250 | 0.18 | 0.66 | 0 | 0.02 | 283.27 | 0.94 | 0.66 |
| Hex | CC | 55 | FA | 12 | 42 | 0 | 2 | 11B | 5E | 42 |
| Octal | 314 | 125 | 372 | 22 | 102 | 0 | 2 | 433 | 136 | 102 |
| Binary | 11001100 | 1010101 | 11111010 | 10010 | 1000010 | 0 | 10 | 100011011 | 1011110 | 1000010 |
Color Harmonies of #CC55FA
Complementary color
Monochromatic Colors of #CC55FA
Black with #CC55FA
Text Example
Text Example
White with #CC55FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55FA; }
p { color: rgb(204,85,250); }
H1.HeaderClassName
{
color: #CC55FA;
}
.AnyTagClassName
{
color: #CC55FA;
}
</style>
background-color css
<style>
a { background-color: #CC55FA; }
a { background-color: rgb(204,85,250); }
div.DivClassName
{
background-color: #CC55FA;
}
.BgClassName
{
background-color: #CC55FA;
}
</style>
border-color css
<style>
span { border-color: #CC55FA; }
span { border-color: rgb(204,85,250); }
td.TdClassName
{
border-color: #CC55FA;
}
.TagClassName
{
border-color: #CC55FA;
}
</style>