Shades of Medium Orchid #CC5FEC
Tints of Medium Orchid #CC5FEC
RGB
CMYK
RGB Variations
Color information
#CC5FEC (or 0xCC5FEC) is known color: Medium Orchid. HEX triplet: CC, 5F and EC. RGB value is (204,95,236). Sum of RGB (Red+Green+Blue) = 204+95+236=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC5FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FEC is #33A013. Grayscale: #8F8F8F. Windows color (decimal): -3383316 or 15491020. OLE color: 15491020.
HSL color Cylindrical-coordinate representation of color #CC5FEC: hue angle of 286.38º degrees, saturation: 0.79, 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 #CC5FEC is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 95 | 236 | - |
CMYK | 0.14 | 0.60 | 0 | 0.07 |
HSL | 286.38º | 0.79% | 0.65% | - |
HSV(B) | 286.38º | 0.6% | 0.93% | - |
XYZ | 44.13 | 27.08 | 82.26 | - |
YUV | 143.67 | 180.11 | 171.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 95 | 236 | 0.14 | 0.60 | 0 | 0.07 | 286.38 | 0.79 | 0.65 |
Hex | CC | 5F | EC | E | 3C | 0 | 7 | 11E | 4F | 41 |
Octal | 314 | 137 | 354 | 16 | 74 | 0 | 7 | 436 | 117 | 101 |
Binary | 11001100 | 1011111 | 11101100 | 1110 | 111100 | 0 | 111 | 100011110 | 1001111 | 1000001 |
Color Harmonies of #CC5FEC
Complementary color
Monochromatic Colors of #CC5FEC
Black with #CC5FEC
Text Example
Text Example
White with #CC5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5FEC; }
p { color: rgb(204,95,236); }
H1.HeaderClassName
{
color: #CC5FEC;
}
.AnyTagClassName
{
color: #CC5FEC;
}
</style>
background-color css
<style>
a { background-color: #CC5FEC; }
a { background-color: rgb(204,95,236); }
div.DivClassName
{
background-color: #CC5FEC;
}
.BgClassName
{
background-color: #CC5FEC;
}
</style>
border-color css
<style>
span { border-color: #CC5FEC; }
span { border-color: rgb(204,95,236); }
td.TdClassName
{
border-color: #CC5FEC;
}
.TagClassName
{
border-color: #CC5FEC;
}
</style>