Shades of Orchid #CE83DC
Tints of Orchid #CE83DC
RGB
CMYK
RGB Variations
Color information
#CE83DC (or 0xCE83DC) is known color: Orchid. HEX triplet: CE, 83 and DC. RGB value is (206,131,220). Sum of RGB (Red+Green+Blue) = 206+131+220=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83DC is #317C23. Grayscale: #A3A3A3. Windows color (decimal): -3243044 or 14451662. OLE color: 14451662.
HSL color Cylindrical-coordinate representation of color #CE83DC: hue angle of 290.56º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE83DC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 131 | 220 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.14 |
| HSL | 290.56º | 0.56% | 0.69% | - |
| HSV(B) | 290.56º | 0.4% | 0.86% | - |
| XYZ | 46.49 | 34.52 | 71.92 | - |
| YUV | 163.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 220 | 0.06 | 0.40 | 0 | 0.14 | 290.56 | 0.56 | 0.69 |
| Hex | CE | 83 | DC | 6 | 28 | 0 | E | 123 | 38 | 45 |
| Octal | 316 | 203 | 334 | 6 | 50 | 0 | 16 | 443 | 70 | 105 |
| Binary | 11001110 | 10000011 | 11011100 | 110 | 101000 | 0 | 1110 | 100100011 | 111000 | 1000101 |
Color Harmonies of #CE83DC
Complementary color
Monochromatic Colors of #CE83DC
Black with #CE83DC
Text Example
Text Example
White with #CE83DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83DC; }
p { color: rgb(206,131,220); }
H1.HeaderClassName
{
color: #CE83DC;
}
.AnyTagClassName
{
color: #CE83DC;
}
</style>
background-color css
<style>
a { background-color: #CE83DC; }
a { background-color: rgb(206,131,220); }
div.DivClassName
{
background-color: #CE83DC;
}
.BgClassName
{
background-color: #CE83DC;
}
</style>
border-color css
<style>
span { border-color: #CE83DC; }
span { border-color: rgb(206,131,220); }
td.TdClassName
{
border-color: #CE83DC;
}
.TagClassName
{
border-color: #CE83DC;
}
</style>