Shades of Medium Orchid #CC5EDB
Tints of Medium Orchid #CC5EDB
RGB
CMYK
RGB Variations
Color information
#CC5EDB (or 0xCC5EDB) is known color: Medium Orchid. HEX triplet: CC, 5E and DB. RGB value is (204,94,219). Sum of RGB (Red+Green+Blue) = 204+94+219=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5EDB is #33A124. Grayscale: #8C8C8C. Windows color (decimal): -3383589 or 14376652. OLE color: 14376652.
HSL color Cylindrical-coordinate representation of color #CC5EDB: hue angle of 292.8º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC5EDB is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 94 | 219 | - |
CMYK | 0.07 | 0.57 | 0 | 0.14 |
HSL | 292.8º | 0.63% | 0.61% | - |
HSV(B) | 292.8º | 0.57% | 0.86% | - |
XYZ | 41.69 | 25.96 | 69.83 | - |
YUV | 141.14 | 171.94 | 172.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 94 | 219 | 0.07 | 0.57 | 0 | 0.14 | 292.8 | 0.63 | 0.61 |
Hex | CC | 5E | DB | 7 | 39 | 0 | E | 125 | 3F | 3D |
Octal | 314 | 136 | 333 | 7 | 71 | 0 | 16 | 445 | 77 | 75 |
Binary | 11001100 | 1011110 | 11011011 | 111 | 111001 | 0 | 1110 | 100100101 | 111111 | 111101 |
Color Harmonies of #CC5EDB
Complementary color
Monochromatic Colors of #CC5EDB
Black with #CC5EDB
Text Example
Text Example
White with #CC5EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5EDB; }
p { color: rgb(204,94,219); }
H1.HeaderClassName
{
color: #CC5EDB;
}
.AnyTagClassName
{
color: #CC5EDB;
}
</style>
background-color css
<style>
a { background-color: #CC5EDB; }
a { background-color: rgb(204,94,219); }
div.DivClassName
{
background-color: #CC5EDB;
}
.BgClassName
{
background-color: #CC5EDB;
}
</style>
border-color css
<style>
span { border-color: #CC5EDB; }
span { border-color: rgb(204,94,219); }
td.TdClassName
{
border-color: #CC5EDB;
}
.TagClassName
{
border-color: #CC5EDB;
}
</style>