Shades of Medium Orchid #CD43EC
Tints of Medium Orchid #CD43EC
RGB
CMYK
RGB Variations
Color information
#CD43EC (or 0xCD43EC) is known color: Medium Orchid. HEX triplet: CD, 43 and EC. RGB value is (205,67,236). Sum of RGB (Red+Green+Blue) = 205+67+236=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 67 (26.56% from 255 or 13.19% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD43EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD43EC is #32BC13. Grayscale: #7E7E7E. Windows color (decimal): -3324948 or 15483853. OLE color: 15483853.
HSL color Cylindrical-coordinate representation of color #CD43EC: hue angle of 288.99º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD43EC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 67 | 236 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.07 |
| HSL | 288.99º | 0.82% | 0.59% | - |
| HSV(B) | 288.99º | 0.72% | 0.93% | - |
| XYZ | 42.32 | 23.05 | 81.58 | - |
| YUV | 127.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 67 | 236 | 0.13 | 0.72 | 0 | 0.07 | 288.99 | 0.82 | 0.59 |
| Hex | CD | 43 | EC | D | 48 | 0 | 7 | 121 | 52 | 3B |
| Octal | 315 | 103 | 354 | 15 | 110 | 0 | 7 | 441 | 122 | 73 |
| Binary | 11001101 | 1000011 | 11101100 | 1101 | 1001000 | 0 | 111 | 100100001 | 1010010 | 111011 |
Color Harmonies of #CD43EC
Complementary color
Monochromatic Colors of #CD43EC
Black with #CD43EC
Text Example
Text Example
White with #CD43EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD43EC; }
p { color: rgb(205,67,236); }
H1.HeaderClassName
{
color: #CD43EC;
}
.AnyTagClassName
{
color: #CD43EC;
}
</style>
background-color css
<style>
a { background-color: #CD43EC; }
a { background-color: rgb(205,67,236); }
div.DivClassName
{
background-color: #CD43EC;
}
.BgClassName
{
background-color: #CD43EC;
}
</style>
border-color css
<style>
span { border-color: #CD43EC; }
span { border-color: rgb(205,67,236); }
td.TdClassName
{
border-color: #CD43EC;
}
.TagClassName
{
border-color: #CD43EC;
}
</style>