Shades of Medium Orchid #CD3ADC
Tints of Medium Orchid #CD3ADC
RGB
CMYK
RGB Variations
Color information
#CD3ADC (or 0xCD3ADC) is known color: Medium Orchid. HEX triplet: CD, 3A and DC. RGB value is (205,58,220). Sum of RGB (Red+Green+Blue) = 205+58+220=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 58 (23.05% from 255 or 12.01% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3ADC is #32C523. Grayscale: #777777. Windows color (decimal): -3327268 or 14432973. OLE color: 14432973.
HSL color Cylindrical-coordinate representation of color #CD3ADC: hue angle of 294.44º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3ADC is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 58 | 220 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.14 |
| HSL | 294.44º | 0.7% | 0.55% | - |
| HSV(B) | 294.44º | 0.74% | 0.86% | - |
| XYZ | 39.61 | 21.17 | 69.71 | - |
| YUV | 120.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 220 | 0.07 | 0.74 | 0 | 0.14 | 294.44 | 0.7 | 0.55 |
| Hex | CD | 3A | DC | 7 | 4A | 0 | E | 126 | 46 | 37 |
| Octal | 315 | 72 | 334 | 7 | 112 | 0 | 16 | 446 | 106 | 67 |
| Binary | 11001101 | 111010 | 11011100 | 111 | 1001010 | 0 | 1110 | 100100110 | 1000110 | 110111 |
Color Harmonies of #CD3ADC
Complementary color
Monochromatic Colors of #CD3ADC
Black with #CD3ADC
Text Example
Text Example
White with #CD3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3ADC; }
p { color: rgb(205,58,220); }
H1.HeaderClassName
{
color: #CD3ADC;
}
.AnyTagClassName
{
color: #CD3ADC;
}
</style>
background-color css
<style>
a { background-color: #CD3ADC; }
a { background-color: rgb(205,58,220); }
div.DivClassName
{
background-color: #CD3ADC;
}
.BgClassName
{
background-color: #CD3ADC;
}
</style>
border-color css
<style>
span { border-color: #CD3ADC; }
span { border-color: rgb(205,58,220); }
td.TdClassName
{
border-color: #CD3ADC;
}
.TagClassName
{
border-color: #CD3ADC;
}
</style>