Shades of Orchid #CE83D1
Tints of Orchid #CE83D1
RGB
CMYK
RGB Variations
Color information
#CE83D1 (or 0xCE83D1) is known color: Orchid. HEX triplet: CE, 83 and D1. RGB value is (206,131,209). Sum of RGB (Red+Green+Blue) = 206+131+209=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE83D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83D1 is #317C2E. Grayscale: #A2A2A2. Windows color (decimal): -3243055 or 13730766. OLE color: 13730766.
HSL color Cylindrical-coordinate representation of color #CE83D1: hue angle of 297.69º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE83D1 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 131 | 209 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.18 |
| HSL | 297.69º | 0.46% | 0.67% | - |
| HSV(B) | 297.69º | 0.37% | 0.82% | - |
| XYZ | 45.08 | 33.96 | 64.5 | - |
| YUV | 162.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 209 | 0.01 | 0.37 | 0 | 0.18 | 297.69 | 0.46 | 0.67 |
| Hex | CE | 83 | D1 | 1 | 25 | 0 | 12 | 12A | 2E | 43 |
| Octal | 316 | 203 | 321 | 1 | 45 | 0 | 22 | 452 | 56 | 103 |
| Binary | 11001110 | 10000011 | 11010001 | 1 | 100101 | 0 | 10010 | 100101010 | 101110 | 1000011 |
Color Harmonies of #CE83D1
Complementary color
Monochromatic Colors of #CE83D1
Black with #CE83D1
Text Example
Text Example
White with #CE83D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83D1; }
p { color: rgb(206,131,209); }
H1.HeaderClassName
{
color: #CE83D1;
}
.AnyTagClassName
{
color: #CE83D1;
}
</style>
background-color css
<style>
a { background-color: #CE83D1; }
a { background-color: rgb(206,131,209); }
div.DivClassName
{
background-color: #CE83D1;
}
.BgClassName
{
background-color: #CE83D1;
}
</style>
border-color css
<style>
span { border-color: #CE83D1; }
span { border-color: rgb(206,131,209); }
td.TdClassName
{
border-color: #CE83D1;
}
.TagClassName
{
border-color: #CE83D1;
}
</style>