Shades of Medium Orchid #CC5CDC
Tints of Medium Orchid #CC5CDC
RGB
CMYK
RGB Variations
Color information
#CC5CDC (or 0xCC5CDC) is known color: Medium Orchid. HEX triplet: CC, 5C and DC. RGB value is (204,92,220). Sum of RGB (Red+Green+Blue) = 204+92+220=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5CDC is #33A323. Grayscale: #8B8B8B. Windows color (decimal): -3384100 or 14441676. OLE color: 14441676.
HSL color Cylindrical-coordinate representation of color #CC5CDC: hue angle of 292.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC5CDC is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 92 | 220 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.14 |
| HSL | 292.5º | 0.65% | 0.61% | - |
| HSV(B) | 292.5º | 0.58% | 0.86% | - |
| XYZ | 41.65 | 25.66 | 70.47 | - |
| YUV | 140.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 220 | 0.07 | 0.58 | 0 | 0.14 | 292.5 | 0.65 | 0.61 |
| Hex | CC | 5C | DC | 7 | 3A | 0 | E | 124 | 41 | 3D |
| Octal | 314 | 134 | 334 | 7 | 72 | 0 | 16 | 444 | 101 | 75 |
| Binary | 11001100 | 1011100 | 11011100 | 111 | 111010 | 0 | 1110 | 100100100 | 1000001 | 111101 |
Color Harmonies of #CC5CDC
Complementary color
Monochromatic Colors of #CC5CDC
Black with #CC5CDC
Text Example
Text Example
White with #CC5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5CDC; }
p { color: rgb(204,92,220); }
H1.HeaderClassName
{
color: #CC5CDC;
}
.AnyTagClassName
{
color: #CC5CDC;
}
</style>
background-color css
<style>
a { background-color: #CC5CDC; }
a { background-color: rgb(204,92,220); }
div.DivClassName
{
background-color: #CC5CDC;
}
.BgClassName
{
background-color: #CC5CDC;
}
</style>
border-color css
<style>
span { border-color: #CC5CDC; }
span { border-color: rgb(204,92,220); }
td.TdClassName
{
border-color: #CC5CDC;
}
.TagClassName
{
border-color: #CC5CDC;
}
</style>