Shades of Medium Orchid #CD46E8
Tints of Medium Orchid #CD46E8
RGB
CMYK
RGB Variations
Color information
#CD46E8 (or 0xCD46E8) is known color: Medium Orchid. HEX triplet: CD, 46 and E8. RGB value is (205,70,232). Sum of RGB (Red+Green+Blue) = 205+70+232=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD46E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD46E8 is #32B917. Grayscale: #808080. Windows color (decimal): -3324184 or 15222477. OLE color: 15222477.
HSL color Cylindrical-coordinate representation of color #CD46E8: hue angle of 290º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD46E8 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 70 | 232 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.09 |
| HSL | 290º | 0.78% | 0.59% | - |
| HSV(B) | 290º | 0.7% | 0.91% | - |
| XYZ | 41.93 | 23.19 | 78.61 | - |
| YUV | 128.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 232 | 0.12 | 0.70 | 0 | 0.09 | 290 | 0.78 | 0.59 |
| Hex | CD | 46 | E8 | C | 46 | 0 | 9 | 122 | 4E | 3B |
| Octal | 315 | 106 | 350 | 14 | 106 | 0 | 11 | 442 | 116 | 73 |
| Binary | 11001101 | 1000110 | 11101000 | 1100 | 1000110 | 0 | 1001 | 100100010 | 1001110 | 111011 |
Color Harmonies of #CD46E8
Complementary color
Monochromatic Colors of #CD46E8
Black with #CD46E8
Text Example
Text Example
White with #CD46E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD46E8; }
p { color: rgb(205,70,232); }
H1.HeaderClassName
{
color: #CD46E8;
}
.AnyTagClassName
{
color: #CD46E8;
}
</style>
background-color css
<style>
a { background-color: #CD46E8; }
a { background-color: rgb(205,70,232); }
div.DivClassName
{
background-color: #CD46E8;
}
.BgClassName
{
background-color: #CD46E8;
}
</style>
border-color css
<style>
span { border-color: #CD46E8; }
span { border-color: rgb(205,70,232); }
td.TdClassName
{
border-color: #CD46E8;
}
.TagClassName
{
border-color: #CD46E8;
}
</style>