Shades of Medium Orchid #CD3CEF
Tints of Medium Orchid #CD3CEF
RGB
CMYK
RGB Variations
Color information
#CD3CEF (or 0xCD3CEF) is known color: Medium Orchid. HEX triplet: CD, 3C and EF. RGB value is (205,60,239). Sum of RGB (Red+Green+Blue) = 205+60+239=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD3CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3CEF is #32C310. Grayscale: #7B7B7B. Windows color (decimal): -3326737 or 15678669. OLE color: 15678669.
HSL color Cylindrical-coordinate representation of color #CD3CEF: hue angle of 288.6º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3CEF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 60 | 239 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.06 |
| HSL | 288.6º | 0.85% | 0.59% | - |
| HSV(B) | 288.6º | 0.75% | 0.94% | - |
| XYZ | 42.37 | 22.44 | 83.76 | - |
| YUV | 123.76 | 193.04 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 239 | 0.14 | 0.75 | 0 | 0.06 | 288.6 | 0.85 | 0.59 |
| Hex | CD | 3C | EF | E | 4B | 0 | 6 | 121 | 55 | 3B |
| Octal | 315 | 74 | 357 | 16 | 113 | 0 | 6 | 441 | 125 | 73 |
| Binary | 11001101 | 111100 | 11101111 | 1110 | 1001011 | 0 | 110 | 100100001 | 1010101 | 111011 |
Color Harmonies of #CD3CEF
Complementary color
Monochromatic Colors of #CD3CEF
Black with #CD3CEF
Text Example
Text Example
White with #CD3CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CEF; }
p { color: rgb(205,60,239); }
H1.HeaderClassName
{
color: #CD3CEF;
}
.AnyTagClassName
{
color: #CD3CEF;
}
</style>
background-color css
<style>
a { background-color: #CD3CEF; }
a { background-color: rgb(205,60,239); }
div.DivClassName
{
background-color: #CD3CEF;
}
.BgClassName
{
background-color: #CD3CEF;
}
</style>
border-color css
<style>
span { border-color: #CD3CEF; }
span { border-color: rgb(205,60,239); }
td.TdClassName
{
border-color: #CD3CEF;
}
.TagClassName
{
border-color: #CD3CEF;
}
</style>