Shades of Medium Orchid #CD3CEC
Tints of Medium Orchid #CD3CEC
RGB
CMYK
RGB Variations
Color information
#CD3CEC (or 0xCD3CEC) is known color: Medium Orchid. HEX triplet: CD, 3C and EC. RGB value is (205,60,236). Sum of RGB (Red+Green+Blue) = 205+60+236=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD3CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3CEC is #32C313. Grayscale: #7A7A7A. Windows color (decimal): -3326740 or 15482061. OLE color: 15482061.
HSL color Cylindrical-coordinate representation of color #CD3CEC: hue angle of 289.43º degrees, saturation: 0.82, 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 #CD3CEC is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 60 | 236 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.07 |
| HSL | 289.43º | 0.82% | 0.58% | - |
| HSV(B) | 289.43º | 0.75% | 0.93% | - |
| XYZ | 41.93 | 22.27 | 81.44 | - |
| YUV | 123.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 236 | 0.13 | 0.75 | 0 | 0.07 | 289.43 | 0.82 | 0.58 |
| Hex | CD | 3C | EC | D | 4B | 0 | 7 | 121 | 52 | 3A |
| Octal | 315 | 74 | 354 | 15 | 113 | 0 | 7 | 441 | 122 | 72 |
| Binary | 11001101 | 111100 | 11101100 | 1101 | 1001011 | 0 | 111 | 100100001 | 1010010 | 111010 |
Color Harmonies of #CD3CEC
Complementary color
Monochromatic Colors of #CD3CEC
Black with #CD3CEC
Text Example
Text Example
White with #CD3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CEC; }
p { color: rgb(205,60,236); }
H1.HeaderClassName
{
color: #CD3CEC;
}
.AnyTagClassName
{
color: #CD3CEC;
}
</style>
background-color css
<style>
a { background-color: #CD3CEC; }
a { background-color: rgb(205,60,236); }
div.DivClassName
{
background-color: #CD3CEC;
}
.BgClassName
{
background-color: #CD3CEC;
}
</style>
border-color css
<style>
span { border-color: #CD3CEC; }
span { border-color: rgb(205,60,236); }
td.TdClassName
{
border-color: #CD3CEC;
}
.TagClassName
{
border-color: #CD3CEC;
}
</style>