Shades of Medium Orchid #CD5FE4
Tints of Medium Orchid #CD5FE4
RGB
CMYK
RGB Variations
Color information
#CD5FE4 (or 0xCD5FE4) is known color: Medium Orchid. HEX triplet: CD, 5F and E4. RGB value is (205,95,228). Sum of RGB (Red+Green+Blue) = 205+95+228=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 228 - color contains mainly: blue. Hex color #CD5FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD5FE4 is #32A01B. Grayscale: #8E8E8E. Windows color (decimal): -3317788 or 14966733. OLE color: 14966733.
HSL color Cylindrical-coordinate representation of color #CD5FE4: hue angle of 289.62º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CD5FE4 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 95 | 228 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.11 |
| HSL | 289.62º | 0.71% | 0.63% | - |
| HSV(B) | 289.62º | 0.58% | 0.89% | - |
| XYZ | 43.27 | 26.76 | 76.28 | - |
| YUV | 143.05 | 175.94 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 95 | 228 | 0.10 | 0.58 | 0 | 0.11 | 289.62 | 0.71 | 0.63 |
| Hex | CD | 5F | E4 | A | 3A | 0 | B | 122 | 47 | 3F |
| Octal | 315 | 137 | 344 | 12 | 72 | 0 | 13 | 442 | 107 | 77 |
| Binary | 11001101 | 1011111 | 11100100 | 1010 | 111010 | 0 | 1011 | 100100010 | 1000111 | 111111 |
Color Harmonies of #CD5FE4
Complementary color
Monochromatic Colors of #CD5FE4
Black with #CD5FE4
Text Example
Text Example
White with #CD5FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD5FE4; }
p { color: rgb(205,95,228); }
H1.HeaderClassName
{
color: #CD5FE4;
}
.AnyTagClassName
{
color: #CD5FE4;
}
</style>
background-color css
<style>
a { background-color: #CD5FE4; }
a { background-color: rgb(205,95,228); }
div.DivClassName
{
background-color: #CD5FE4;
}
.BgClassName
{
background-color: #CD5FE4;
}
</style>
border-color css
<style>
span { border-color: #CD5FE4; }
span { border-color: rgb(205,95,228); }
td.TdClassName
{
border-color: #CD5FE4;
}
.TagClassName
{
border-color: #CD5FE4;
}
</style>