Shades of Heliotrope #CC4FFD
Tints of Heliotrope #CC4FFD
RGB
CMYK
RGB Variations
Color information
#CC4FFD (or 0xCC4FFD) is known color: Heliotrope. HEX triplet: CC, 4F and FD. RGB value is (204,79,253). Sum of RGB (Red+Green+Blue) = 204+79+253=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 79 (31.25% from 255 or 14.74% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC4FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FFD is #33B002. Grayscale: #878787. Windows color (decimal): -3387395 or 16601036. OLE color: 16601036.
HSL color Cylindrical-coordinate representation of color #CC4FFD: hue angle of 283.1º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC4FFD is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 79 | 253 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.01 |
| HSL | 283.1º | 0.98% | 0.65% | - |
| HSV(B) | 283.1º | 0.69% | 0.99% | - |
| XYZ | 45.43 | 25.52 | 95.46 | - |
| YUV | 136.21 | 193.91 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 253 | 0.19 | 0.69 | 0 | 0.01 | 283.1 | 0.98 | 0.65 |
| Hex | CC | 4F | FD | 13 | 45 | 0 | 1 | 11B | 62 | 41 |
| Octal | 314 | 117 | 375 | 23 | 105 | 0 | 1 | 433 | 142 | 101 |
| Binary | 11001100 | 1001111 | 11111101 | 10011 | 1000101 | 0 | 1 | 100011011 | 1100010 | 1000001 |
Color Harmonies of #CC4FFD
Complementary color
Monochromatic Colors of #CC4FFD
Black with #CC4FFD
Text Example
Text Example
White with #CC4FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4FFD; }
p { color: rgb(204,79,253); }
H1.HeaderClassName
{
color: #CC4FFD;
}
.AnyTagClassName
{
color: #CC4FFD;
}
</style>
background-color css
<style>
a { background-color: #CC4FFD; }
a { background-color: rgb(204,79,253); }
div.DivClassName
{
background-color: #CC4FFD;
}
.BgClassName
{
background-color: #CC4FFD;
}
</style>
border-color css
<style>
span { border-color: #CC4FFD; }
span { border-color: rgb(204,79,253); }
td.TdClassName
{
border-color: #CC4FFD;
}
.TagClassName
{
border-color: #CC4FFD;
}
</style>