Shades of Medium Orchid #CD50E7
Tints of Medium Orchid #CD50E7
RGB
CMYK
RGB Variations
Color information
#CD50E7 (or 0xCD50E7) is known color: Medium Orchid. HEX triplet: CD, 50 and E7. RGB value is (205,80,231). Sum of RGB (Red+Green+Blue) = 205+80+231=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD50E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD50E7 is #32AF18. Grayscale: #868686. Windows color (decimal): -3321625 or 15159501. OLE color: 15159501.
HSL color Cylindrical-coordinate representation of color #CD50E7: hue angle of 289.67º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD50E7 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 80 | 231 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.09 |
| HSL | 289.67º | 0.76% | 0.61% | - |
| HSV(B) | 289.67º | 0.65% | 0.91% | - |
| XYZ | 42.47 | 24.49 | 78.09 | - |
| YUV | 134.59 | 182.41 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 80 | 231 | 0.11 | 0.65 | 0 | 0.09 | 289.67 | 0.76 | 0.61 |
| Hex | CD | 50 | E7 | B | 41 | 0 | 9 | 122 | 4C | 3D |
| Octal | 315 | 120 | 347 | 13 | 101 | 0 | 11 | 442 | 114 | 75 |
| Binary | 11001101 | 1010000 | 11100111 | 1011 | 1000001 | 0 | 1001 | 100100010 | 1001100 | 111101 |
Color Harmonies of #CD50E7
Complementary color
Monochromatic Colors of #CD50E7
Black with #CD50E7
Text Example
Text Example
White with #CD50E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD50E7; }
p { color: rgb(205,80,231); }
H1.HeaderClassName
{
color: #CD50E7;
}
.AnyTagClassName
{
color: #CD50E7;
}
</style>
background-color css
<style>
a { background-color: #CD50E7; }
a { background-color: rgb(205,80,231); }
div.DivClassName
{
background-color: #CD50E7;
}
.BgClassName
{
background-color: #CD50E7;
}
</style>
border-color css
<style>
span { border-color: #CD50E7; }
span { border-color: rgb(205,80,231); }
td.TdClassName
{
border-color: #CD50E7;
}
.TagClassName
{
border-color: #CD50E7;
}
</style>