Shades of Medium Orchid #CD3CE5
Tints of Medium Orchid #CD3CE5
RGB
CMYK
RGB Variations
Color information
#CD3CE5 (or 0xCD3CE5) is known color: Medium Orchid. HEX triplet: CD, 3C and E5. RGB value is (205,60,229). Sum of RGB (Red+Green+Blue) = 205+60+229=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD3CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3CE5 is #32C31A. Grayscale: #7A7A7A. Windows color (decimal): -3326747 or 15023309. OLE color: 15023309.
HSL color Cylindrical-coordinate representation of color #CD3CE5: hue angle of 291.48º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3CE5 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 60 | 229 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.10 |
| HSL | 291.48º | 0.76% | 0.57% | - |
| HSV(B) | 291.48º | 0.74% | 0.9% | - |
| XYZ | 40.94 | 21.87 | 76.19 | - |
| YUV | 122.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 229 | 0.10 | 0.74 | 0 | 0.10 | 291.48 | 0.76 | 0.57 |
| Hex | CD | 3C | E5 | A | 4A | 0 | A | 123 | 4C | 39 |
| Octal | 315 | 74 | 345 | 12 | 112 | 0 | 12 | 443 | 114 | 71 |
| Binary | 11001101 | 111100 | 11100101 | 1010 | 1001010 | 0 | 1010 | 100100011 | 1001100 | 111001 |
Color Harmonies of #CD3CE5
Complementary color
Monochromatic Colors of #CD3CE5
Black with #CD3CE5
Text Example
Text Example
White with #CD3CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CE5; }
p { color: rgb(205,60,229); }
H1.HeaderClassName
{
color: #CD3CE5;
}
.AnyTagClassName
{
color: #CD3CE5;
}
</style>
background-color css
<style>
a { background-color: #CD3CE5; }
a { background-color: rgb(205,60,229); }
div.DivClassName
{
background-color: #CD3CE5;
}
.BgClassName
{
background-color: #CD3CE5;
}
</style>
border-color css
<style>
span { border-color: #CD3CE5; }
span { border-color: rgb(205,60,229); }
td.TdClassName
{
border-color: #CD3CE5;
}
.TagClassName
{
border-color: #CD3CE5;
}
</style>