Shades of Medium Orchid #CD3CE8
Tints of Medium Orchid #CD3CE8
RGB
CMYK
RGB Variations
Color information
#CD3CE8 (or 0xCD3CE8) is known color: Medium Orchid. HEX triplet: CD, 3C and E8. RGB value is (205,60,232). Sum of RGB (Red+Green+Blue) = 205+60+232=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD3CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3CE8 is #32C317. Grayscale: #7A7A7A. Windows color (decimal): -3326744 or 15219917. OLE color: 15219917.
HSL color Cylindrical-coordinate representation of color #CD3CE8: hue angle of 290.58º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3CE8 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 60 | 232 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.09 |
| HSL | 290.58º | 0.79% | 0.57% | - |
| HSV(B) | 290.58º | 0.74% | 0.91% | - |
| XYZ | 41.36 | 22.04 | 78.42 | - |
| YUV | 122.96 | 189.54 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 232 | 0.12 | 0.74 | 0 | 0.09 | 290.58 | 0.79 | 0.57 |
| Hex | CD | 3C | E8 | C | 4A | 0 | 9 | 123 | 4F | 39 |
| Octal | 315 | 74 | 350 | 14 | 112 | 0 | 11 | 443 | 117 | 71 |
| Binary | 11001101 | 111100 | 11101000 | 1100 | 1001010 | 0 | 1001 | 100100011 | 1001111 | 111001 |
Color Harmonies of #CD3CE8
Complementary color
Monochromatic Colors of #CD3CE8
Black with #CD3CE8
Text Example
Text Example
White with #CD3CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CE8; }
p { color: rgb(205,60,232); }
H1.HeaderClassName
{
color: #CD3CE8;
}
.AnyTagClassName
{
color: #CD3CE8;
}
</style>
background-color css
<style>
a { background-color: #CD3CE8; }
a { background-color: rgb(205,60,232); }
div.DivClassName
{
background-color: #CD3CE8;
}
.BgClassName
{
background-color: #CD3CE8;
}
</style>
border-color css
<style>
span { border-color: #CD3CE8; }
span { border-color: rgb(205,60,232); }
td.TdClassName
{
border-color: #CD3CE8;
}
.TagClassName
{
border-color: #CD3CE8;
}
</style>