Shades of Medium Orchid #CE4BDC
Tints of Medium Orchid #CE4BDC
RGB
CMYK
RGB Variations
Color information
#CE4BDC (or 0xCE4BDC) is known color: Medium Orchid. HEX triplet: CE, 4B and DC. RGB value is (206,75,220). Sum of RGB (Red+Green+Blue) = 206+75+220=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BDC is #31B423. Grayscale: #828282. Windows color (decimal): -3257380 or 14437326. OLE color: 14437326.
HSL color Cylindrical-coordinate representation of color #CE4BDC: hue angle of 294.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4BDC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 75 | 220 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.14 |
| HSL | 294.21º | 0.67% | 0.58% | - |
| HSV(B) | 294.21º | 0.66% | 0.86% | - |
| XYZ | 40.89 | 23.32 | 70.06 | - |
| YUV | 130.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 220 | 0.06 | 0.66 | 0 | 0.14 | 294.21 | 0.67 | 0.58 |
| Hex | CE | 4B | DC | 6 | 42 | 0 | E | 126 | 43 | 3A |
| Octal | 316 | 113 | 334 | 6 | 102 | 0 | 16 | 446 | 103 | 72 |
| Binary | 11001110 | 1001011 | 11011100 | 110 | 1000010 | 0 | 1110 | 100100110 | 1000011 | 111010 |
Color Harmonies of #CE4BDC
Complementary color
Monochromatic Colors of #CE4BDC
Black with #CE4BDC
Text Example
Text Example
White with #CE4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BDC; }
p { color: rgb(206,75,220); }
H1.HeaderClassName
{
color: #CE4BDC;
}
.AnyTagClassName
{
color: #CE4BDC;
}
</style>
background-color css
<style>
a { background-color: #CE4BDC; }
a { background-color: rgb(206,75,220); }
div.DivClassName
{
background-color: #CE4BDC;
}
.BgClassName
{
background-color: #CE4BDC;
}
</style>
border-color css
<style>
span { border-color: #CE4BDC; }
span { border-color: rgb(206,75,220); }
td.TdClassName
{
border-color: #CE4BDC;
}
.TagClassName
{
border-color: #CE4BDC;
}
</style>