Shades of Heliotrope #CC5FFD
Tints of Heliotrope #CC5FFD
RGB
CMYK
RGB Variations
Color information
#CC5FFD (or 0xCC5FFD) is known color: Heliotrope. HEX triplet: CC, 5F and FD. RGB value is (204,95,253). Sum of RGB (Red+Green+Blue) = 204+95+253=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 95 (37.5% from 255 or 17.21% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC5FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FFD is #33A002. Grayscale: #919191. Windows color (decimal): -3383299 or 16605132. OLE color: 16605132.
HSL color Cylindrical-coordinate representation of color #CC5FFD: hue angle of 281.39º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC5FFD is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 95 | 253 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.01 |
| HSL | 281.39º | 0.98% | 0.68% | - |
| HSV(B) | 281.39º | 0.62% | 0.99% | - |
| XYZ | 46.72 | 28.11 | 95.89 | - |
| YUV | 145.6 | 188.61 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 253 | 0.19 | 0.62 | 0 | 0.01 | 281.39 | 0.98 | 0.68 |
| Hex | CC | 5F | FD | 13 | 3E | 0 | 1 | 119 | 62 | 44 |
| Octal | 314 | 137 | 375 | 23 | 76 | 0 | 1 | 431 | 142 | 104 |
| Binary | 11001100 | 1011111 | 11111101 | 10011 | 111110 | 0 | 1 | 100011001 | 1100010 | 1000100 |
Color Harmonies of #CC5FFD
Complementary color
Monochromatic Colors of #CC5FFD
Black with #CC5FFD
Text Example
Text Example
White with #CC5FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5FFD; }
p { color: rgb(204,95,253); }
H1.HeaderClassName
{
color: #CC5FFD;
}
.AnyTagClassName
{
color: #CC5FFD;
}
</style>
background-color css
<style>
a { background-color: #CC5FFD; }
a { background-color: rgb(204,95,253); }
div.DivClassName
{
background-color: #CC5FFD;
}
.BgClassName
{
background-color: #CC5FFD;
}
</style>
border-color css
<style>
span { border-color: #CC5FFD; }
span { border-color: rgb(204,95,253); }
td.TdClassName
{
border-color: #CC5FFD;
}
.TagClassName
{
border-color: #CC5FFD;
}
</style>