Shades of Heliotrope #CC55FD
Tints of Heliotrope #CC55FD
RGB
CMYK
RGB Variations
Color information
#CC55FD (or 0xCC55FD) is known color: Heliotrope. HEX triplet: CC, 55 and FD. RGB value is (204,85,253). Sum of RGB (Red+Green+Blue) = 204+85+253=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 85 (33.59% from 255 or 15.68% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC55FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC55FD is #33AA02. Grayscale: #8B8B8B. Windows color (decimal): -3385859 or 16602572. OLE color: 16602572.
HSL color Cylindrical-coordinate representation of color #CC55FD: hue angle of 282.5º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC55FD is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 85 | 253 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.01 |
| HSL | 282.5º | 0.98% | 0.66% | - |
| HSV(B) | 282.5º | 0.66% | 0.99% | - |
| XYZ | 45.88 | 26.43 | 95.61 | - |
| YUV | 139.73 | 191.92 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 253 | 0.19 | 0.66 | 0 | 0.01 | 282.5 | 0.98 | 0.66 |
| Hex | CC | 55 | FD | 13 | 42 | 0 | 1 | 11A | 62 | 42 |
| Octal | 314 | 125 | 375 | 23 | 102 | 0 | 1 | 432 | 142 | 102 |
| Binary | 11001100 | 1010101 | 11111101 | 10011 | 1000010 | 0 | 1 | 100011010 | 1100010 | 1000010 |
Color Harmonies of #CC55FD
Complementary color
Monochromatic Colors of #CC55FD
Black with #CC55FD
Text Example
Text Example
White with #CC55FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC55FD; }
p { color: rgb(204,85,253); }
H1.HeaderClassName
{
color: #CC55FD;
}
.AnyTagClassName
{
color: #CC55FD;
}
</style>
background-color css
<style>
a { background-color: #CC55FD; }
a { background-color: rgb(204,85,253); }
div.DivClassName
{
background-color: #CC55FD;
}
.BgClassName
{
background-color: #CC55FD;
}
</style>
border-color css
<style>
span { border-color: #CC55FD; }
span { border-color: rgb(204,85,253); }
td.TdClassName
{
border-color: #CC55FD;
}
.TagClassName
{
border-color: #CC55FD;
}
</style>