Shades of Medium Orchid #CD4CEA
Tints of Medium Orchid #CD4CEA
RGB
CMYK
RGB Variations
Color information
#CD4CEA (or 0xCD4CEA) is known color: Medium Orchid. HEX triplet: CD, 4C and EA. RGB value is (205,76,234). Sum of RGB (Red+Green+Blue) = 205+76+234=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD4CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4CEA is #32B315. Grayscale: #848484. Windows color (decimal): -3322646 or 15355085. OLE color: 15355085.
HSL color Cylindrical-coordinate representation of color #CD4CEA: hue angle of 288.99º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4CEA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 76 | 234 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.08 |
| HSL | 288.99º | 0.79% | 0.61% | - |
| HSV(B) | 288.99º | 0.68% | 0.92% | - |
| XYZ | 42.61 | 24.09 | 80.25 | - |
| YUV | 132.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 76 | 234 | 0.12 | 0.68 | 0 | 0.08 | 288.99 | 0.79 | 0.61 |
| Hex | CD | 4C | EA | C | 44 | 0 | 8 | 121 | 4F | 3D |
| Octal | 315 | 114 | 352 | 14 | 104 | 0 | 10 | 441 | 117 | 75 |
| Binary | 11001101 | 1001100 | 11101010 | 1100 | 1000100 | 0 | 1000 | 100100001 | 1001111 | 111101 |
Color Harmonies of #CD4CEA
Complementary color
Monochromatic Colors of #CD4CEA
Black with #CD4CEA
Text Example
Text Example
White with #CD4CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4CEA; }
p { color: rgb(205,76,234); }
H1.HeaderClassName
{
color: #CD4CEA;
}
.AnyTagClassName
{
color: #CD4CEA;
}
</style>
background-color css
<style>
a { background-color: #CD4CEA; }
a { background-color: rgb(205,76,234); }
div.DivClassName
{
background-color: #CD4CEA;
}
.BgClassName
{
background-color: #CD4CEA;
}
</style>
border-color css
<style>
span { border-color: #CD4CEA; }
span { border-color: rgb(205,76,234); }
td.TdClassName
{
border-color: #CD4CEA;
}
.TagClassName
{
border-color: #CD4CEA;
}
</style>