Shades of Medium Orchid #CD2CE4
Tints of Medium Orchid #CD2CE4
RGB
CMYK
RGB Variations
Color information
#CD2CE4 (or 0xCD2CE4) is known color: Medium Orchid. HEX triplet: CD, 2C and E4. RGB value is (205,44,228). Sum of RGB (Red+Green+Blue) = 205+44+228=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD2CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CE4 is #32D31B. Grayscale: #707070. Windows color (decimal): -3330844 or 14953677. OLE color: 14953677.
HSL color Cylindrical-coordinate representation of color #CD2CE4: hue angle of 292.5º 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 #CD2CE4 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 44 | 228 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.11 |
| HSL | 292.5º | 0.77% | 0.53% | - |
| HSV(B) | 292.5º | 0.81% | 0.89% | - |
| XYZ | 40.08 | 20.38 | 75.22 | - |
| YUV | 113.12 | 192.84 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 228 | 0.10 | 0.81 | 0 | 0.11 | 292.5 | 0.77 | 0.53 |
| Hex | CD | 2C | E4 | A | 51 | 0 | B | 124 | 4D | 35 |
| Octal | 315 | 54 | 344 | 12 | 121 | 0 | 13 | 444 | 115 | 65 |
| Binary | 11001101 | 101100 | 11100100 | 1010 | 1010001 | 0 | 1011 | 100100100 | 1001101 | 110101 |
Color Harmonies of #CD2CE4
Complementary color
Monochromatic Colors of #CD2CE4
Black with #CD2CE4
Text Example
Text Example
White with #CD2CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2CE4; }
p { color: rgb(205,44,228); }
H1.HeaderClassName
{
color: #CD2CE4;
}
.AnyTagClassName
{
color: #CD2CE4;
}
</style>
background-color css
<style>
a { background-color: #CD2CE4; }
a { background-color: rgb(205,44,228); }
div.DivClassName
{
background-color: #CD2CE4;
}
.BgClassName
{
background-color: #CD2CE4;
}
</style>
border-color css
<style>
span { border-color: #CD2CE4; }
span { border-color: rgb(205,44,228); }
td.TdClassName
{
border-color: #CD2CE4;
}
.TagClassName
{
border-color: #CD2CE4;
}
</style>