Shades of Heliotrope #CC5FED
Tints of Heliotrope #CC5FED
RGB
CMYK
RGB Variations
Color information
#CC5FED (or 0xCC5FED) is known color: Heliotrope. HEX triplet: CC, 5F and ED. RGB value is (204,95,237). Sum of RGB (Red+Green+Blue) = 204+95+237=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC5FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FED is #33A012. Grayscale: #8F8F8F. Windows color (decimal): -3383315 or 15556556. OLE color: 15556556.
HSL color Cylindrical-coordinate representation of color #CC5FED: hue angle of 286.06º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC5FED is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 95 | 237 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.07 |
| HSL | 286.06º | 0.8% | 0.65% | - |
| HSV(B) | 286.06º | 0.6% | 0.93% | - |
| XYZ | 44.28 | 27.14 | 83.02 | - |
| YUV | 143.78 | 180.61 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 237 | 0.14 | 0.60 | 0 | 0.07 | 286.06 | 0.8 | 0.65 |
| Hex | CC | 5F | ED | E | 3C | 0 | 7 | 11E | 50 | 41 |
| Octal | 314 | 137 | 355 | 16 | 74 | 0 | 7 | 436 | 120 | 101 |
| Binary | 11001100 | 1011111 | 11101101 | 1110 | 111100 | 0 | 111 | 100011110 | 1010000 | 1000001 |
Color Harmonies of #CC5FED
Complementary color
Monochromatic Colors of #CC5FED
Black with #CC5FED
Text Example
Text Example
White with #CC5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5FED; }
p { color: rgb(204,95,237); }
H1.HeaderClassName
{
color: #CC5FED;
}
.AnyTagClassName
{
color: #CC5FED;
}
</style>
background-color css
<style>
a { background-color: #CC5FED; }
a { background-color: rgb(204,95,237); }
div.DivClassName
{
background-color: #CC5FED;
}
.BgClassName
{
background-color: #CC5FED;
}
</style>
border-color css
<style>
span { border-color: #CC5FED; }
span { border-color: rgb(204,95,237); }
td.TdClassName
{
border-color: #CC5FED;
}
.TagClassName
{
border-color: #CC5FED;
}
</style>