Shades of Medium Orchid #CD54DF
Tints of Medium Orchid #CD54DF
RGB
CMYK
RGB Variations
Color information
#CD54DF (or 0xCD54DF) is known color: Medium Orchid. HEX triplet: CD, 54 and DF. RGB value is (205,84,223). Sum of RGB (Red+Green+Blue) = 205+84+223=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD54DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD54DF is #32AB20. Grayscale: #878787. Windows color (decimal): -3320609 or 14636237. OLE color: 14636237.
HSL color Cylindrical-coordinate representation of color #CD54DF: hue angle of 292.23º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD54DF is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 84 | 223 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.13 |
| HSL | 292.23º | 0.68% | 0.6% | - |
| HSV(B) | 292.23º | 0.62% | 0.87% | - |
| XYZ | 41.67 | 24.65 | 72.37 | - |
| YUV | 136.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 84 | 223 | 0.08 | 0.62 | 0 | 0.13 | 292.23 | 0.68 | 0.6 |
| Hex | CD | 54 | DF | 8 | 3E | 0 | D | 124 | 44 | 3C |
| Octal | 315 | 124 | 337 | 10 | 76 | 0 | 15 | 444 | 104 | 74 |
| Binary | 11001101 | 1010100 | 11011111 | 1000 | 111110 | 0 | 1101 | 100100100 | 1000100 | 111100 |
Color Harmonies of #CD54DF
Complementary color
Monochromatic Colors of #CD54DF
Black with #CD54DF
Text Example
Text Example
White with #CD54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD54DF; }
p { color: rgb(205,84,223); }
H1.HeaderClassName
{
color: #CD54DF;
}
.AnyTagClassName
{
color: #CD54DF;
}
</style>
background-color css
<style>
a { background-color: #CD54DF; }
a { background-color: rgb(205,84,223); }
div.DivClassName
{
background-color: #CD54DF;
}
.BgClassName
{
background-color: #CD54DF;
}
</style>
border-color css
<style>
span { border-color: #CD54DF; }
span { border-color: rgb(205,84,223); }
td.TdClassName
{
border-color: #CD54DF;
}
.TagClassName
{
border-color: #CD54DF;
}
</style>