Shades of Medium Orchid #CC4EDB
Tints of Medium Orchid #CC4EDB
RGB
CMYK
RGB Variations
Color information
#CC4EDB (or 0xCC4EDB) is known color: Medium Orchid. HEX triplet: CC, 4E and DB. RGB value is (204,78,219). Sum of RGB (Red+Green+Blue) = 204+78+219=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC4EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EDB is #33B124. Grayscale: #838383. Windows color (decimal): -3387685 or 14372556. OLE color: 14372556.
HSL color Cylindrical-coordinate representation of color #CC4EDB: hue angle of 293.62º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC4EDB is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 78 | 219 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.14 |
| HSL | 293.62º | 0.66% | 0.58% | - |
| HSV(B) | 293.62º | 0.64% | 0.86% | - |
| XYZ | 40.41 | 23.4 | 69.4 | - |
| YUV | 131.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 219 | 0.07 | 0.64 | 0 | 0.14 | 293.62 | 0.66 | 0.58 |
| Hex | CC | 4E | DB | 7 | 40 | 0 | E | 126 | 42 | 3A |
| Octal | 314 | 116 | 333 | 7 | 100 | 0 | 16 | 446 | 102 | 72 |
| Binary | 11001100 | 1001110 | 11011011 | 111 | 1000000 | 0 | 1110 | 100100110 | 1000010 | 111010 |
Color Harmonies of #CC4EDB
Complementary color
Monochromatic Colors of #CC4EDB
Black with #CC4EDB
Text Example
Text Example
White with #CC4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EDB; }
p { color: rgb(204,78,219); }
H1.HeaderClassName
{
color: #CC4EDB;
}
.AnyTagClassName
{
color: #CC4EDB;
}
</style>
background-color css
<style>
a { background-color: #CC4EDB; }
a { background-color: rgb(204,78,219); }
div.DivClassName
{
background-color: #CC4EDB;
}
.BgClassName
{
background-color: #CC4EDB;
}
</style>
border-color css
<style>
span { border-color: #CC4EDB; }
span { border-color: rgb(204,78,219); }
td.TdClassName
{
border-color: #CC4EDB;
}
.TagClassName
{
border-color: #CC4EDB;
}
</style>