Shades of Medium Orchid #CE4DDC
Tints of Medium Orchid #CE4DDC
RGB
CMYK
RGB Variations
Color information
#CE4DDC (or 0xCE4DDC) is known color: Medium Orchid. HEX triplet: CE, 4D and DC. RGB value is (206,77,220). Sum of RGB (Red+Green+Blue) = 206+77+220=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DDC is #31B223. Grayscale: #838383. Windows color (decimal): -3256868 or 14437838. OLE color: 14437838.
HSL color Cylindrical-coordinate representation of color #CE4DDC: hue angle of 294.13º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4DDC is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 77 | 220 | - |
CMYK | 0.06 | 0.65 | 0 | 0.14 |
HSL | 294.13º | 0.67% | 0.58% | - |
HSV(B) | 294.13º | 0.65% | 0.86% | - |
XYZ | 41.03 | 23.6 | 70.1 | - |
YUV | 131.87 | 177.74 | 180.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 77 | 220 | 0.06 | 0.65 | 0 | 0.14 | 294.13 | 0.67 | 0.58 |
Hex | CE | 4D | DC | 6 | 41 | 0 | E | 126 | 43 | 3A |
Octal | 316 | 115 | 334 | 6 | 101 | 0 | 16 | 446 | 103 | 72 |
Binary | 11001110 | 1001101 | 11011100 | 110 | 1000001 | 0 | 1110 | 100100110 | 1000011 | 111010 |
Color Harmonies of #CE4DDC
Complementary color
Monochromatic Colors of #CE4DDC
Black with #CE4DDC
Text Example
Text Example
White with #CE4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DDC; }
p { color: rgb(206,77,220); }
H1.HeaderClassName
{
color: #CE4DDC;
}
.AnyTagClassName
{
color: #CE4DDC;
}
</style>
background-color css
<style>
a { background-color: #CE4DDC; }
a { background-color: rgb(206,77,220); }
div.DivClassName
{
background-color: #CE4DDC;
}
.BgClassName
{
background-color: #CE4DDC;
}
</style>
border-color css
<style>
span { border-color: #CE4DDC; }
span { border-color: rgb(206,77,220); }
td.TdClassName
{
border-color: #CE4DDC;
}
.TagClassName
{
border-color: #CE4DDC;
}
</style>