Shades of Heliotrope #CC5DFE
Tints of Heliotrope #CC5DFE
RGB
CMYK
RGB Variations
Color information
#CC5DFE (or 0xCC5DFE) is known color: Heliotrope. HEX triplet: CC, 5D and FE. RGB value is (204,93,254). Sum of RGB (Red+Green+Blue) = 204+93+254=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 93 (36.72% from 255 or 16.88% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5DFE is #33A201. Grayscale: #909090. Windows color (decimal): -3383810 or 16670156. OLE color: 16670156.
HSL color Cylindrical-coordinate representation of color #CC5DFE: hue angle of 281.37º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5DFE is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 93 | 254 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.00 |
| HSL | 281.37º | 0.99% | 0.68% | - |
| HSV(B) | 281.37º | 0.63% | 1% | - |
| XYZ | 46.71 | 27.82 | 96.67 | - |
| YUV | 144.54 | 189.77 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 254 | 0.20 | 0.63 | 0 | 0.00 | 281.37 | 0.99 | 0.68 |
| Hex | CC | 5D | FE | 14 | 3F | 0 | 0 | 119 | 63 | 44 |
| Octal | 314 | 135 | 376 | 24 | 77 | 0 | 0 | 431 | 143 | 104 |
| Binary | 11001100 | 1011101 | 11111110 | 10100 | 111111 | 0 | 0 | 100011001 | 1100011 | 1000100 |
Color Harmonies of #CC5DFE
Complementary color
Monochromatic Colors of #CC5DFE
Black with #CC5DFE
Text Example
Text Example
White with #CC5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DFE; }
p { color: rgb(204,93,254); }
H1.HeaderClassName
{
color: #CC5DFE;
}
.AnyTagClassName
{
color: #CC5DFE;
}
</style>
background-color css
<style>
a { background-color: #CC5DFE; }
a { background-color: rgb(204,93,254); }
div.DivClassName
{
background-color: #CC5DFE;
}
.BgClassName
{
background-color: #CC5DFE;
}
</style>
border-color css
<style>
span { border-color: #CC5DFE; }
span { border-color: rgb(204,93,254); }
td.TdClassName
{
border-color: #CC5DFE;
}
.TagClassName
{
border-color: #CC5DFE;
}
</style>