Shades of Medium Orchid #CD3CE6
Tints of Medium Orchid #CD3CE6
RGB
CMYK
RGB Variations
Color information
#CD3CE6 (or 0xCD3CE6) is known color: Medium Orchid. HEX triplet: CD, 3C and E6. RGB value is (205,60,230). Sum of RGB (Red+Green+Blue) = 205+60+230=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD3CE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3CE6 is #32C319. Grayscale: #7A7A7A. Windows color (decimal): -3326746 or 15088845. OLE color: 15088845.
HSL color Cylindrical-coordinate representation of color #CD3CE6: hue angle of 291.18º degrees, saturation: 0.77, 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 #CD3CE6 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 60 | 230 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.10 |
| HSL | 291.18º | 0.77% | 0.57% | - |
| HSV(B) | 291.18º | 0.74% | 0.9% | - |
| XYZ | 41.08 | 21.92 | 76.93 | - |
| YUV | 122.74 | 188.54 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 230 | 0.11 | 0.74 | 0 | 0.10 | 291.18 | 0.77 | 0.57 |
| Hex | CD | 3C | E6 | B | 4A | 0 | A | 123 | 4D | 39 |
| Octal | 315 | 74 | 346 | 13 | 112 | 0 | 12 | 443 | 115 | 71 |
| Binary | 11001101 | 111100 | 11100110 | 1011 | 1001010 | 0 | 1010 | 100100011 | 1001101 | 111001 |
Color Harmonies of #CD3CE6
Complementary color
Monochromatic Colors of #CD3CE6
Black with #CD3CE6
Text Example
Text Example
White with #CD3CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CE6; }
p { color: rgb(205,60,230); }
H1.HeaderClassName
{
color: #CD3CE6;
}
.AnyTagClassName
{
color: #CD3CE6;
}
</style>
background-color css
<style>
a { background-color: #CD3CE6; }
a { background-color: rgb(205,60,230); }
div.DivClassName
{
background-color: #CD3CE6;
}
.BgClassName
{
background-color: #CD3CE6;
}
</style>
border-color css
<style>
span { border-color: #CD3CE6; }
span { border-color: rgb(205,60,230); }
td.TdClassName
{
border-color: #CD3CE6;
}
.TagClassName
{
border-color: #CD3CE6;
}
</style>