Shades of Medium Orchid #CD45E8
Tints of Medium Orchid #CD45E8
RGB
CMYK
RGB Variations
Color information
#CD45E8 (or 0xCD45E8) is known color: Medium Orchid. HEX triplet: CD, 45 and E8. RGB value is (205,69,232). Sum of RGB (Red+Green+Blue) = 205+69+232=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD45E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD45E8 is #32BA17. Grayscale: #7F7F7F. Windows color (decimal): -3324440 or 15222221. OLE color: 15222221.
HSL color Cylindrical-coordinate representation of color #CD45E8: hue angle of 290.06º 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 #CD45E8 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 69 | 232 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.09 |
| HSL | 290.06º | 0.78% | 0.59% | - |
| HSV(B) | 290.06º | 0.7% | 0.91% | - |
| XYZ | 41.87 | 23.06 | 78.59 | - |
| YUV | 128.25 | 186.56 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 69 | 232 | 0.12 | 0.70 | 0 | 0.09 | 290.06 | 0.78 | 0.59 |
| Hex | CD | 45 | E8 | C | 46 | 0 | 9 | 122 | 4E | 3B |
| Octal | 315 | 105 | 350 | 14 | 106 | 0 | 11 | 442 | 116 | 73 |
| Binary | 11001101 | 1000101 | 11101000 | 1100 | 1000110 | 0 | 1001 | 100100010 | 1001110 | 111011 |
Color Harmonies of #CD45E8
Complementary color
Monochromatic Colors of #CD45E8
Black with #CD45E8
Text Example
Text Example
White with #CD45E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD45E8; }
p { color: rgb(205,69,232); }
H1.HeaderClassName
{
color: #CD45E8;
}
.AnyTagClassName
{
color: #CD45E8;
}
</style>
background-color css
<style>
a { background-color: #CD45E8; }
a { background-color: rgb(205,69,232); }
div.DivClassName
{
background-color: #CD45E8;
}
.BgClassName
{
background-color: #CD45E8;
}
</style>
border-color css
<style>
span { border-color: #CD45E8; }
span { border-color: rgb(205,69,232); }
td.TdClassName
{
border-color: #CD45E8;
}
.TagClassName
{
border-color: #CD45E8;
}
</style>