Shades of Medium Orchid #CE4CD5
Tints of Medium Orchid #CE4CD5
RGB
CMYK
RGB Variations
Color information
#CE4CD5 (or 0xCE4CD5) is known color: Medium Orchid. HEX triplet: CE, 4C and D5. RGB value is (206,76,213). Sum of RGB (Red+Green+Blue) = 206+76+213=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE4CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CD5 is #31B32A. Grayscale: #828282. Windows color (decimal): -3257131 or 13978830. OLE color: 13978830.
HSL color Cylindrical-coordinate representation of color #CE4CD5: hue angle of 296.93º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4CD5 is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 76 | 213 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.16 |
| HSL | 296.93º | 0.62% | 0.57% | - |
| HSV(B) | 296.93º | 0.64% | 0.84% | - |
| XYZ | 40.05 | 23.09 | 65.3 | - |
| YUV | 130.49 | 174.57 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 213 | 0.03 | 0.64 | 0 | 0.16 | 296.93 | 0.62 | 0.57 |
| Hex | CE | 4C | D5 | 3 | 40 | 0 | 10 | 129 | 3E | 39 |
| Octal | 316 | 114 | 325 | 3 | 100 | 0 | 20 | 451 | 76 | 71 |
| Binary | 11001110 | 1001100 | 11010101 | 11 | 1000000 | 0 | 10000 | 100101001 | 111110 | 111001 |
Color Harmonies of #CE4CD5
Complementary color
Monochromatic Colors of #CE4CD5
Black with #CE4CD5
Text Example
Text Example
White with #CE4CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CD5; }
p { color: rgb(206,76,213); }
H1.HeaderClassName
{
color: #CE4CD5;
}
.AnyTagClassName
{
color: #CE4CD5;
}
</style>
background-color css
<style>
a { background-color: #CE4CD5; }
a { background-color: rgb(206,76,213); }
div.DivClassName
{
background-color: #CE4CD5;
}
.BgClassName
{
background-color: #CE4CD5;
}
</style>
border-color css
<style>
span { border-color: #CE4CD5; }
span { border-color: rgb(206,76,213); }
td.TdClassName
{
border-color: #CE4CD5;
}
.TagClassName
{
border-color: #CE4CD5;
}
</style>