Shades of Medium Orchid #CD3FE5
Tints of Medium Orchid #CD3FE5
RGB
CMYK
RGB Variations
Color information
#CD3FE5 (or 0xCD3FE5) is known color: Medium Orchid. HEX triplet: CD, 3F and E5. RGB value is (205,63,229). Sum of RGB (Red+Green+Blue) = 205+63+229=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD3FE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FE5 is #32C01A. Grayscale: #7B7B7B. Windows color (decimal): -3325979 or 15024077. OLE color: 15024077.
HSL color Cylindrical-coordinate representation of color #CD3FE5: hue angle of 291.33º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3FE5 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 63 | 229 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.10 |
| HSL | 291.33º | 0.76% | 0.57% | - |
| HSV(B) | 291.33º | 0.72% | 0.9% | - |
| XYZ | 41.1 | 22.19 | 76.25 | - |
| YUV | 124.38 | 187.04 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 63 | 229 | 0.10 | 0.72 | 0 | 0.10 | 291.33 | 0.76 | 0.57 |
| Hex | CD | 3F | E5 | A | 48 | 0 | A | 123 | 4C | 39 |
| Octal | 315 | 77 | 345 | 12 | 110 | 0 | 12 | 443 | 114 | 71 |
| Binary | 11001101 | 111111 | 11100101 | 1010 | 1001000 | 0 | 1010 | 100100011 | 1001100 | 111001 |
Color Harmonies of #CD3FE5
Complementary color
Monochromatic Colors of #CD3FE5
Black with #CD3FE5
Text Example
Text Example
White with #CD3FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3FE5; }
p { color: rgb(205,63,229); }
H1.HeaderClassName
{
color: #CD3FE5;
}
.AnyTagClassName
{
color: #CD3FE5;
}
</style>
background-color css
<style>
a { background-color: #CD3FE5; }
a { background-color: rgb(205,63,229); }
div.DivClassName
{
background-color: #CD3FE5;
}
.BgClassName
{
background-color: #CD3FE5;
}
</style>
border-color css
<style>
span { border-color: #CD3FE5; }
span { border-color: rgb(205,63,229); }
td.TdClassName
{
border-color: #CD3FE5;
}
.TagClassName
{
border-color: #CD3FE5;
}
</style>