Shades of Medium Orchid #CD3BED
Tints of Medium Orchid #CD3BED
RGB
CMYK
RGB Variations
Color information
#CD3BED (or 0xCD3BED) is known color: Medium Orchid. HEX triplet: CD, 3B and ED. RGB value is (205,59,237). Sum of RGB (Red+Green+Blue) = 205+59+237=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 59 (23.44% from 255 or 11.78% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD3BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3BED is #32C412. Grayscale: #7A7A7A. Windows color (decimal): -3326995 or 15547341. OLE color: 15547341.
HSL color Cylindrical-coordinate representation of color #CD3BED: hue angle of 289.21º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3BED is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 59 | 237 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.07 |
| HSL | 289.21º | 0.83% | 0.58% | - |
| HSV(B) | 289.21º | 0.75% | 0.93% | - |
| XYZ | 42.03 | 22.22 | 82.19 | - |
| YUV | 122.95 | 192.37 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 59 | 237 | 0.14 | 0.75 | 0 | 0.07 | 289.21 | 0.83 | 0.58 |
| Hex | CD | 3B | ED | E | 4B | 0 | 7 | 121 | 53 | 3A |
| Octal | 315 | 73 | 355 | 16 | 113 | 0 | 7 | 441 | 123 | 72 |
| Binary | 11001101 | 111011 | 11101101 | 1110 | 1001011 | 0 | 111 | 100100001 | 1010011 | 111010 |
Color Harmonies of #CD3BED
Complementary color
Monochromatic Colors of #CD3BED
Black with #CD3BED
Text Example
Text Example
White with #CD3BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3BED; }
p { color: rgb(205,59,237); }
H1.HeaderClassName
{
color: #CD3BED;
}
.AnyTagClassName
{
color: #CD3BED;
}
</style>
background-color css
<style>
a { background-color: #CD3BED; }
a { background-color: rgb(205,59,237); }
div.DivClassName
{
background-color: #CD3BED;
}
.BgClassName
{
background-color: #CD3BED;
}
</style>
border-color css
<style>
span { border-color: #CD3BED; }
span { border-color: rgb(205,59,237); }
td.TdClassName
{
border-color: #CD3BED;
}
.TagClassName
{
border-color: #CD3BED;
}
</style>