Shades of Medium Orchid #CD54DC
Tints of Medium Orchid #CD54DC
RGB
CMYK
RGB Variations
Color information
#CD54DC (or 0xCD54DC) is known color: Medium Orchid. HEX triplet: CD, 54 and DC. RGB value is (205,84,220). Sum of RGB (Red+Green+Blue) = 205+84+220=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 84 (33.20% from 255 or 16.50% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD54DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD54DC is #32AB23. Grayscale: #878787. Windows color (decimal): -3320612 or 14439629. OLE color: 14439629.
HSL color Cylindrical-coordinate representation of color #CD54DC: hue angle of 293.38º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD54DC is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 84 | 220 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.14 |
| HSL | 293.38º | 0.66% | 0.6% | - |
| HSV(B) | 293.38º | 0.62% | 0.86% | - |
| XYZ | 41.27 | 24.49 | 70.26 | - |
| YUV | 135.68 | 175.59 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 220 | 0.07 | 0.62 | 0 | 0.14 | 293.38 | 0.66 | 0.6 |
| Hex | CD | 54 | DC | 7 | 3E | 0 | E | 125 | 42 | 3C |
| Octal | 315 | 124 | 334 | 7 | 76 | 0 | 16 | 445 | 102 | 74 |
| Binary | 11001101 | 1010100 | 11011100 | 111 | 111110 | 0 | 1110 | 100100101 | 1000010 | 111100 |
Color Harmonies of #CD54DC
Complementary color
Monochromatic Colors of #CD54DC
Black with #CD54DC
Text Example
Text Example
White with #CD54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD54DC; }
p { color: rgb(205,84,220); }
H1.HeaderClassName
{
color: #CD54DC;
}
.AnyTagClassName
{
color: #CD54DC;
}
</style>
background-color css
<style>
a { background-color: #CD54DC; }
a { background-color: rgb(205,84,220); }
div.DivClassName
{
background-color: #CD54DC;
}
.BgClassName
{
background-color: #CD54DC;
}
</style>
border-color css
<style>
span { border-color: #CD54DC; }
span { border-color: rgb(205,84,220); }
td.TdClassName
{
border-color: #CD54DC;
}
.TagClassName
{
border-color: #CD54DC;
}
</style>