Shades of Orchid #CE83CE
Tints of Orchid #CE83CE
RGB
CMYK
RGB Variations
Color information
#CE83CE (or 0xCE83CE) is known color: Orchid. HEX triplet: CE, 83 and CE. RGB value is (206,131,206). Sum of RGB (Red+Green+Blue) = 206+131+206=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE83CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83CE is #317C31. Grayscale: #A1A1A1. Windows color (decimal): -3243058 or 13534158. OLE color: 13534158.
HSL color Cylindrical-coordinate representation of color #CE83CE: hue angle of 300º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE83CE is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 206 | - |
| CMYK | 0 | 0.36 | 0 | 0.19 |
| HSL | 300º | 0.43% | 0.66% | - |
| HSV(B) | 300º | 0.36% | 0.81% | - |
| XYZ | 44.71 | 33.81 | 62.56 | - |
| YUV | 161.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 206 | 0 | 0.36 | 0 | 0.19 | 300 | 0.43 | 0.66 |
| Hex | CE | 83 | CE | 0 | 24 | 0 | 13 | 12C | 2B | 42 |
| Octal | 316 | 203 | 316 | 0 | 44 | 0 | 23 | 454 | 53 | 102 |
| Binary | 11001110 | 10000011 | 11001110 | 0 | 100100 | 0 | 10011 | 100101100 | 101011 | 1000010 |
Color Harmonies of #CE83CE
Complementary color
Monochromatic Colors of #CE83CE
Black with #CE83CE
Text Example
Text Example
White with #CE83CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83CE; }
p { color: rgb(206,131,206); }
H1.HeaderClassName
{
color: #CE83CE;
}
.AnyTagClassName
{
color: #CE83CE;
}
</style>
background-color css
<style>
a { background-color: #CE83CE; }
a { background-color: rgb(206,131,206); }
div.DivClassName
{
background-color: #CE83CE;
}
.BgClassName
{
background-color: #CE83CE;
}
</style>
border-color css
<style>
span { border-color: #CE83CE; }
span { border-color: rgb(206,131,206); }
td.TdClassName
{
border-color: #CE83CE;
}
.TagClassName
{
border-color: #CE83CE;
}
</style>