Shades of Medium Orchid #CD42EE
Tints of Medium Orchid #CD42EE
RGB
CMYK
RGB Variations
Color information
#CD42EE (or 0xCD42EE) is known color: Medium Orchid. HEX triplet: CD, 42 and EE. RGB value is (205,66,238). Sum of RGB (Red+Green+Blue) = 205+66+238=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD42EE is #32BD11. Grayscale: #7E7E7E. Windows color (decimal): -3325202 or 15614669. OLE color: 15614669.
HSL color Cylindrical-coordinate representation of color #CD42EE: hue angle of 288.49º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD42EE is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 66 | 238 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.07 |
| HSL | 288.49º | 0.83% | 0.6% | - |
| HSV(B) | 288.49º | 0.72% | 0.93% | - |
| XYZ | 42.56 | 23.05 | 83.09 | - |
| YUV | 127.17 | 190.55 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 238 | 0.14 | 0.72 | 0 | 0.07 | 288.49 | 0.83 | 0.6 |
| Hex | CD | 42 | EE | E | 48 | 0 | 7 | 120 | 53 | 3C |
| Octal | 315 | 102 | 356 | 16 | 110 | 0 | 7 | 440 | 123 | 74 |
| Binary | 11001101 | 1000010 | 11101110 | 1110 | 1001000 | 0 | 111 | 100100000 | 1010011 | 111100 |
Color Harmonies of #CD42EE
Complementary color
Monochromatic Colors of #CD42EE
Black with #CD42EE
Text Example
Text Example
White with #CD42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD42EE; }
p { color: rgb(205,66,238); }
H1.HeaderClassName
{
color: #CD42EE;
}
.AnyTagClassName
{
color: #CD42EE;
}
</style>
background-color css
<style>
a { background-color: #CD42EE; }
a { background-color: rgb(205,66,238); }
div.DivClassName
{
background-color: #CD42EE;
}
.BgClassName
{
background-color: #CD42EE;
}
</style>
border-color css
<style>
span { border-color: #CD42EE; }
span { border-color: rgb(205,66,238); }
td.TdClassName
{
border-color: #CD42EE;
}
.TagClassName
{
border-color: #CD42EE;
}
</style>