Shades of Medium Orchid #CD3FDC
Tints of Medium Orchid #CD3FDC
RGB
CMYK
RGB Variations
Color information
#CD3FDC (or 0xCD3FDC) is known color: Medium Orchid. HEX triplet: CD, 3F and DC. RGB value is (205,63,220). Sum of RGB (Red+Green+Blue) = 205+63+220=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FDC is #32C023. Grayscale: #7A7A7A. Windows color (decimal): -3325988 or 14434253. OLE color: 14434253.
HSL color Cylindrical-coordinate representation of color #CD3FDC: hue angle of 294.27º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3FDC is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 63 | 220 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.14 |
| HSL | 294.27º | 0.69% | 0.55% | - |
| HSV(B) | 294.27º | 0.71% | 0.86% | - |
| XYZ | 39.87 | 21.7 | 69.8 | - |
| YUV | 123.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 63 | 220 | 0.07 | 0.71 | 0 | 0.14 | 294.27 | 0.69 | 0.55 |
| Hex | CD | 3F | DC | 7 | 47 | 0 | E | 126 | 45 | 37 |
| Octal | 315 | 77 | 334 | 7 | 107 | 0 | 16 | 446 | 105 | 67 |
| Binary | 11001101 | 111111 | 11011100 | 111 | 1000111 | 0 | 1110 | 100100110 | 1000101 | 110111 |
Color Harmonies of #CD3FDC
Complementary color
Monochromatic Colors of #CD3FDC
Black with #CD3FDC
Text Example
Text Example
White with #CD3FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3FDC; }
p { color: rgb(205,63,220); }
H1.HeaderClassName
{
color: #CD3FDC;
}
.AnyTagClassName
{
color: #CD3FDC;
}
</style>
background-color css
<style>
a { background-color: #CD3FDC; }
a { background-color: rgb(205,63,220); }
div.DivClassName
{
background-color: #CD3FDC;
}
.BgClassName
{
background-color: #CD3FDC;
}
</style>
border-color css
<style>
span { border-color: #CD3FDC; }
span { border-color: rgb(205,63,220); }
td.TdClassName
{
border-color: #CD3FDC;
}
.TagClassName
{
border-color: #CD3FDC;
}
</style>