Shades of Medium Orchid #CD63E5
Tints of Medium Orchid #CD63E5
RGB
CMYK
RGB Variations
Color information
#CD63E5 (or 0xCD63E5) is known color: Medium Orchid. HEX triplet: CD, 63 and E5. RGB value is (205,99,229). Sum of RGB (Red+Green+Blue) = 205+99+229=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD63E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD63E5 is #329C1A. Grayscale: #919191. Windows color (decimal): -3316763 or 15033293. OLE color: 15033293.
HSL color Cylindrical-coordinate representation of color #CD63E5: hue angle of 288.92º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD63E5 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 99 | 229 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.10 |
| HSL | 288.92º | 0.71% | 0.64% | - |
| HSV(B) | 288.92º | 0.57% | 0.9% | - |
| XYZ | 43.78 | 27.56 | 77.14 | - |
| YUV | 145.51 | 175.12 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 99 | 229 | 0.10 | 0.57 | 0 | 0.10 | 288.92 | 0.71 | 0.64 |
| Hex | CD | 63 | E5 | A | 39 | 0 | A | 121 | 47 | 40 |
| Octal | 315 | 143 | 345 | 12 | 71 | 0 | 12 | 441 | 107 | 100 |
| Binary | 11001101 | 1100011 | 11100101 | 1010 | 111001 | 0 | 1010 | 100100001 | 1000111 | 1000000 |
Color Harmonies of #CD63E5
Complementary color
Monochromatic Colors of #CD63E5
Black with #CD63E5
Text Example
Text Example
White with #CD63E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD63E5; }
p { color: rgb(205,99,229); }
H1.HeaderClassName
{
color: #CD63E5;
}
.AnyTagClassName
{
color: #CD63E5;
}
</style>
background-color css
<style>
a { background-color: #CD63E5; }
a { background-color: rgb(205,99,229); }
div.DivClassName
{
background-color: #CD63E5;
}
.BgClassName
{
background-color: #CD63E5;
}
</style>
border-color css
<style>
span { border-color: #CD63E5; }
span { border-color: rgb(205,99,229); }
td.TdClassName
{
border-color: #CD63E5;
}
.TagClassName
{
border-color: #CD63E5;
}
</style>