Shades of Medium Orchid #CC5DDE
Tints of Medium Orchid #CC5DDE
RGB
CMYK
RGB Variations
Color information
#CC5DDE (or 0xCC5DDE) is known color: Medium Orchid. HEX triplet: CC, 5D and DE. RGB value is (204,93,222). Sum of RGB (Red+Green+Blue) = 204+93+222=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC5DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DDE is #33A221. Grayscale: #8C8C8C. Windows color (decimal): -3383842 or 14573004. OLE color: 14573004.
HSL color Cylindrical-coordinate representation of color #CC5DDE: hue angle of 291.63º degrees, saturation: 0.66, 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 #CC5DDE is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 93 | 222 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.13 |
| HSL | 291.63º | 0.66% | 0.62% | - |
| HSV(B) | 291.63º | 0.58% | 0.87% | - |
| XYZ | 42 | 25.94 | 71.9 | - |
| YUV | 140.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 222 | 0.08 | 0.58 | 0 | 0.13 | 291.63 | 0.66 | 0.62 |
| Hex | CC | 5D | DE | 8 | 3A | 0 | D | 124 | 42 | 3E |
| Octal | 314 | 135 | 336 | 10 | 72 | 0 | 15 | 444 | 102 | 76 |
| Binary | 11001100 | 1011101 | 11011110 | 1000 | 111010 | 0 | 1101 | 100100100 | 1000010 | 111110 |
Color Harmonies of #CC5DDE
Complementary color
Monochromatic Colors of #CC5DDE
Black with #CC5DDE
Text Example
Text Example
White with #CC5DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5DDE; }
p { color: rgb(204,93,222); }
H1.HeaderClassName
{
color: #CC5DDE;
}
.AnyTagClassName
{
color: #CC5DDE;
}
</style>
background-color css
<style>
a { background-color: #CC5DDE; }
a { background-color: rgb(204,93,222); }
div.DivClassName
{
background-color: #CC5DDE;
}
.BgClassName
{
background-color: #CC5DDE;
}
</style>
border-color css
<style>
span { border-color: #CC5DDE; }
span { border-color: rgb(204,93,222); }
td.TdClassName
{
border-color: #CC5DDE;
}
.TagClassName
{
border-color: #CC5DDE;
}
</style>