Shades of Medium Orchid #CD42EA
Tints of Medium Orchid #CD42EA
RGB
CMYK
RGB Variations
Color information
#CD42EA (or 0xCD42EA) is known color: Medium Orchid. HEX triplet: CD, 42 and EA. RGB value is (205,66,234). Sum of RGB (Red+Green+Blue) = 205+66+234=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD42EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD42EA is #32BD15. Grayscale: #7E7E7E. Windows color (decimal): -3325206 or 15352525. OLE color: 15352525.
HSL color Cylindrical-coordinate representation of color #CD42EA: hue angle of 289.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD42EA is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 66 | 234 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.08 |
| HSL | 289.64º | 0.8% | 0.59% | - |
| HSV(B) | 289.64º | 0.72% | 0.92% | - |
| XYZ | 41.98 | 22.82 | 80.03 | - |
| YUV | 126.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 66 | 234 | 0.12 | 0.72 | 0 | 0.08 | 289.64 | 0.8 | 0.59 |
| Hex | CD | 42 | EA | C | 48 | 0 | 8 | 122 | 50 | 3B |
| Octal | 315 | 102 | 352 | 14 | 110 | 0 | 10 | 442 | 120 | 73 |
| Binary | 11001101 | 1000010 | 11101010 | 1100 | 1001000 | 0 | 1000 | 100100010 | 1010000 | 111011 |
Color Harmonies of #CD42EA
Complementary color
Monochromatic Colors of #CD42EA
Black with #CD42EA
Text Example
Text Example
White with #CD42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD42EA; }
p { color: rgb(205,66,234); }
H1.HeaderClassName
{
color: #CD42EA;
}
.AnyTagClassName
{
color: #CD42EA;
}
</style>
background-color css
<style>
a { background-color: #CD42EA; }
a { background-color: rgb(205,66,234); }
div.DivClassName
{
background-color: #CD42EA;
}
.BgClassName
{
background-color: #CD42EA;
}
</style>
border-color css
<style>
span { border-color: #CD42EA; }
span { border-color: rgb(205,66,234); }
td.TdClassName
{
border-color: #CD42EA;
}
.TagClassName
{
border-color: #CD42EA;
}
</style>