Shades of Heliotrope #CC54FD
Tints of Heliotrope #CC54FD
RGB
CMYK
RGB Variations
Color information
#CC54FD (or 0xCC54FD) is known color: Heliotrope. HEX triplet: CC, 54 and FD. RGB value is (204,84,253). Sum of RGB (Red+Green+Blue) = 204+84+253=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 84 (33.20% from 255 or 15.53% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC54FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC54FD is #33AB02. Grayscale: #8A8A8A. Windows color (decimal): -3386115 or 16602316. OLE color: 16602316.
HSL color Cylindrical-coordinate representation of color #CC54FD: hue angle of 282.6º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC54FD is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 84 | 253 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.01 |
| HSL | 282.6º | 0.98% | 0.66% | - |
| HSV(B) | 282.6º | 0.67% | 0.99% | - |
| XYZ | 45.8 | 26.27 | 95.59 | - |
| YUV | 139.15 | 192.26 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 84 | 253 | 0.19 | 0.67 | 0 | 0.01 | 282.6 | 0.98 | 0.66 |
| Hex | CC | 54 | FD | 13 | 43 | 0 | 1 | 11B | 62 | 42 |
| Octal | 314 | 124 | 375 | 23 | 103 | 0 | 1 | 433 | 142 | 102 |
| Binary | 11001100 | 1010100 | 11111101 | 10011 | 1000011 | 0 | 1 | 100011011 | 1100010 | 1000010 |
Color Harmonies of #CC54FD
Complementary color
Monochromatic Colors of #CC54FD
Black with #CC54FD
Text Example
Text Example
White with #CC54FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC54FD; }
p { color: rgb(204,84,253); }
H1.HeaderClassName
{
color: #CC54FD;
}
.AnyTagClassName
{
color: #CC54FD;
}
</style>
background-color css
<style>
a { background-color: #CC54FD; }
a { background-color: rgb(204,84,253); }
div.DivClassName
{
background-color: #CC54FD;
}
.BgClassName
{
background-color: #CC54FD;
}
</style>
border-color css
<style>
span { border-color: #CC54FD; }
span { border-color: rgb(204,84,253); }
td.TdClassName
{
border-color: #CC54FD;
}
.TagClassName
{
border-color: #CC54FD;
}
</style>