Shades of Medium Orchid #CC4DDE
Tints of Medium Orchid #CC4DDE
RGB
CMYK
RGB Variations
Color information
#CC4DDE (or 0xCC4DDE) is known color: Medium Orchid. HEX triplet: CC, 4D and DE. RGB value is (204,77,222). Sum of RGB (Red+Green+Blue) = 204+77+222=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC4DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4DDE is #33B221. Grayscale: #838383. Windows color (decimal): -3387938 or 14568908. OLE color: 14568908.
HSL color Cylindrical-coordinate representation of color #CC4DDE: hue angle of 292.55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4DDE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 77 | 222 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.13 |
| HSL | 292.55º | 0.69% | 0.59% | - |
| HSV(B) | 292.55º | 0.65% | 0.87% | - |
| XYZ | 40.74 | 23.42 | 71.48 | - |
| YUV | 131.5 | 179.08 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 222 | 0.08 | 0.65 | 0 | 0.13 | 292.55 | 0.69 | 0.59 |
| Hex | CC | 4D | DE | 8 | 41 | 0 | D | 125 | 45 | 3B |
| Octal | 314 | 115 | 336 | 10 | 101 | 0 | 15 | 445 | 105 | 73 |
| Binary | 11001100 | 1001101 | 11011110 | 1000 | 1000001 | 0 | 1101 | 100100101 | 1000101 | 111011 |
Color Harmonies of #CC4DDE
Complementary color
Monochromatic Colors of #CC4DDE
Black with #CC4DDE
Text Example
Text Example
White with #CC4DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4DDE; }
p { color: rgb(204,77,222); }
H1.HeaderClassName
{
color: #CC4DDE;
}
.AnyTagClassName
{
color: #CC4DDE;
}
</style>
background-color css
<style>
a { background-color: #CC4DDE; }
a { background-color: rgb(204,77,222); }
div.DivClassName
{
background-color: #CC4DDE;
}
.BgClassName
{
background-color: #CC4DDE;
}
</style>
border-color css
<style>
span { border-color: #CC4DDE; }
span { border-color: rgb(204,77,222); }
td.TdClassName
{
border-color: #CC4DDE;
}
.TagClassName
{
border-color: #CC4DDE;
}
</style>