Shades of Medium Orchid #CD2CE3
Tints of Medium Orchid #CD2CE3
RGB
CMYK
RGB Variations
Color information
#CD2CE3 (or 0xCD2CE3) is known color: Medium Orchid. HEX triplet: CD, 2C and E3. RGB value is (205,44,227). Sum of RGB (Red+Green+Blue) = 205+44+227=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 44 (17.58% from 255 or 9.24% from 476); Blue value is 227 (89.06% from 255 or 47.69% from 476); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD2CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CE3 is #32D31C. Grayscale: #707070. Windows color (decimal): -3330845 or 14888141. OLE color: 14888141.
HSL color Cylindrical-coordinate representation of color #CD2CE3: hue angle of 292.79º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2CE3 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 44 | 227 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.11 |
| HSL | 292.79º | 0.77% | 0.53% | - |
| HSV(B) | 292.79º | 0.81% | 0.89% | - |
| XYZ | 39.94 | 20.33 | 74.49 | - |
| YUV | 113 | 192.34 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 227 | 0.10 | 0.81 | 0 | 0.11 | 292.79 | 0.77 | 0.53 |
| Hex | CD | 2C | E3 | A | 51 | 0 | B | 125 | 4D | 35 |
| Octal | 315 | 54 | 343 | 12 | 121 | 0 | 13 | 445 | 115 | 65 |
| Binary | 11001101 | 101100 | 11100011 | 1010 | 1010001 | 0 | 1011 | 100100101 | 1001101 | 110101 |
Color Harmonies of #CD2CE3
Complementary color
Monochromatic Colors of #CD2CE3
Black with #CD2CE3
Text Example
Text Example
White with #CD2CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2CE3; }
p { color: rgb(205,44,227); }
H1.HeaderClassName
{
color: #CD2CE3;
}
.AnyTagClassName
{
color: #CD2CE3;
}
</style>
background-color css
<style>
a { background-color: #CD2CE3; }
a { background-color: rgb(205,44,227); }
div.DivClassName
{
background-color: #CD2CE3;
}
.BgClassName
{
background-color: #CD2CE3;
}
</style>
border-color css
<style>
span { border-color: #CD2CE3; }
span { border-color: rgb(205,44,227); }
td.TdClassName
{
border-color: #CD2CE3;
}
.TagClassName
{
border-color: #CD2CE3;
}
</style>