Shades of Medium Orchid #CD2CDF
Tints of Medium Orchid #CD2CDF
RGB
CMYK
RGB Variations
Color information
#CD2CDF (or 0xCD2CDF) is known color: Medium Orchid. HEX triplet: CD, 2C and DF. RGB value is (205,44,223). Sum of RGB (Red+Green+Blue) = 205+44+223=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD2CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CDF is #32D320. Grayscale: #6F6F6F. Windows color (decimal): -3330849 or 14625997. OLE color: 14625997.
HSL color Cylindrical-coordinate representation of color #CD2CDF: hue angle of 293.97º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2CDF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 44 | 223 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.13 |
| HSL | 293.97º | 0.74% | 0.52% | - |
| HSV(B) | 293.97º | 0.8% | 0.87% | - |
| XYZ | 39.4 | 20.11 | 71.62 | - |
| YUV | 112.55 | 190.34 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 223 | 0.08 | 0.80 | 0 | 0.13 | 293.97 | 0.74 | 0.52 |
| Hex | CD | 2C | DF | 8 | 50 | 0 | D | 126 | 4A | 34 |
| Octal | 315 | 54 | 337 | 10 | 120 | 0 | 15 | 446 | 112 | 64 |
| Binary | 11001101 | 101100 | 11011111 | 1000 | 1010000 | 0 | 1101 | 100100110 | 1001010 | 110100 |
Color Harmonies of #CD2CDF
Complementary color
Monochromatic Colors of #CD2CDF
Black with #CD2CDF
Text Example
Text Example
White with #CD2CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2CDF; }
p { color: rgb(205,44,223); }
H1.HeaderClassName
{
color: #CD2CDF;
}
.AnyTagClassName
{
color: #CD2CDF;
}
</style>
background-color css
<style>
a { background-color: #CD2CDF; }
a { background-color: rgb(205,44,223); }
div.DivClassName
{
background-color: #CD2CDF;
}
.BgClassName
{
background-color: #CD2CDF;
}
</style>
border-color css
<style>
span { border-color: #CD2CDF; }
span { border-color: rgb(205,44,223); }
td.TdClassName
{
border-color: #CD2CDF;
}
.TagClassName
{
border-color: #CD2CDF;
}
</style>