Shades of Medium Orchid #CC5EDF
Tints of Medium Orchid #CC5EDF
RGB
CMYK
RGB Variations
Color information
#CC5EDF (or 0xCC5EDF) is known color: Medium Orchid. HEX triplet: CC, 5E and DF. RGB value is (204,94,223). Sum of RGB (Red+Green+Blue) = 204+94+223=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC5EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EDF is #33A120. Grayscale: #8D8D8D. Windows color (decimal): -3383585 or 14638796. OLE color: 14638796.
HSL color Cylindrical-coordinate representation of color #CC5EDF: hue angle of 291.16º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5EDF is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 94 | 223 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.13 |
| HSL | 291.16º | 0.67% | 0.62% | - |
| HSV(B) | 291.16º | 0.58% | 0.87% | - |
| XYZ | 42.22 | 26.17 | 72.64 | - |
| YUV | 141.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 223 | 0.09 | 0.58 | 0 | 0.13 | 291.16 | 0.67 | 0.62 |
| Hex | CC | 5E | DF | 9 | 3A | 0 | D | 123 | 43 | 3E |
| Octal | 314 | 136 | 337 | 11 | 72 | 0 | 15 | 443 | 103 | 76 |
| Binary | 11001100 | 1011110 | 11011111 | 1001 | 111010 | 0 | 1101 | 100100011 | 1000011 | 111110 |
Color Harmonies of #CC5EDF
Complementary color
Monochromatic Colors of #CC5EDF
Black with #CC5EDF
Text Example
Text Example
White with #CC5EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EDF; }
p { color: rgb(204,94,223); }
H1.HeaderClassName
{
color: #CC5EDF;
}
.AnyTagClassName
{
color: #CC5EDF;
}
</style>
background-color css
<style>
a { background-color: #CC5EDF; }
a { background-color: rgb(204,94,223); }
div.DivClassName
{
background-color: #CC5EDF;
}
.BgClassName
{
background-color: #CC5EDF;
}
</style>
border-color css
<style>
span { border-color: #CC5EDF; }
span { border-color: rgb(204,94,223); }
td.TdClassName
{
border-color: #CC5EDF;
}
.TagClassName
{
border-color: #CC5EDF;
}
</style>