Shades of Medium Orchid #CD4CEE
Tints of Medium Orchid #CD4CEE
RGB
CMYK
RGB Variations
Color information
#CD4CEE (or 0xCD4CEE) is known color: Medium Orchid. HEX triplet: CD, 4C and EE. RGB value is (205,76,238). Sum of RGB (Red+Green+Blue) = 205+76+238=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 76 (30.08% from 255 or 14.64% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4CEE is #32B311. Grayscale: #848484. Windows color (decimal): -3322642 or 15617229. OLE color: 15617229.
HSL color Cylindrical-coordinate representation of color #CD4CEE: hue angle of 287.78º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4CEE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 76 | 238 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.07 |
| HSL | 287.78º | 0.83% | 0.62% | - |
| HSV(B) | 287.78º | 0.68% | 0.93% | - |
| XYZ | 43.19 | 24.32 | 83.31 | - |
| YUV | 133.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 238 | 0.14 | 0.68 | 0 | 0.07 | 287.78 | 0.83 | 0.62 |
| Hex | CD | 4C | EE | E | 44 | 0 | 7 | 120 | 53 | 3E |
| Octal | 315 | 114 | 356 | 16 | 104 | 0 | 7 | 440 | 123 | 76 |
| Binary | 11001101 | 1001100 | 11101110 | 1110 | 1000100 | 0 | 111 | 100100000 | 1010011 | 111110 |
Color Harmonies of #CD4CEE
Complementary color
Monochromatic Colors of #CD4CEE
Black with #CD4CEE
Text Example
Text Example
White with #CD4CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4CEE; }
p { color: rgb(205,76,238); }
H1.HeaderClassName
{
color: #CD4CEE;
}
.AnyTagClassName
{
color: #CD4CEE;
}
</style>
background-color css
<style>
a { background-color: #CD4CEE; }
a { background-color: rgb(205,76,238); }
div.DivClassName
{
background-color: #CD4CEE;
}
.BgClassName
{
background-color: #CD4CEE;
}
</style>
border-color css
<style>
span { border-color: #CD4CEE; }
span { border-color: rgb(205,76,238); }
td.TdClassName
{
border-color: #CD4CEE;
}
.TagClassName
{
border-color: #CD4CEE;
}
</style>