Shades of Orchid #CE83C7
Tints of Orchid #CE83C7
RGB
CMYK
RGB Variations
Color information
#CE83C7 (or 0xCE83C7) is known color: Orchid. HEX triplet: CE, 83 and C7. RGB value is (206,131,199). Sum of RGB (Red+Green+Blue) = 206+131+199=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83C7 is #317C38. Grayscale: #A0A0A0. Windows color (decimal): -3243065 or 13075406. OLE color: 13075406.
HSL color Cylindrical-coordinate representation of color #CE83C7: hue angle of 305.6º 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 #CE83C7 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 199 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.19 |
| HSL | 305.6º | 0.43% | 0.66% | - |
| HSV(B) | 305.6º | 0.36% | 0.81% | - |
| XYZ | 43.88 | 33.48 | 58.18 | - |
| YUV | 161.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 199 | 0 | 0.36 | 0.03 | 0.19 | 305.6 | 0.43 | 0.66 |
| Hex | CE | 83 | C7 | 0 | 24 | 3 | 13 | 132 | 2B | 42 |
| Octal | 316 | 203 | 307 | 0 | 44 | 3 | 23 | 462 | 53 | 102 |
| Binary | 11001110 | 10000011 | 11000111 | 0 | 100100 | 11 | 10011 | 100110010 | 101011 | 1000010 |
Color Harmonies of #CE83C7
Complementary color
Monochromatic Colors of #CE83C7
Black with #CE83C7
Text Example
Text Example
White with #CE83C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83C7; }
p { color: rgb(206,131,199); }
H1.HeaderClassName
{
color: #CE83C7;
}
.AnyTagClassName
{
color: #CE83C7;
}
</style>
background-color css
<style>
a { background-color: #CE83C7; }
a { background-color: rgb(206,131,199); }
div.DivClassName
{
background-color: #CE83C7;
}
.BgClassName
{
background-color: #CE83C7;
}
</style>
border-color css
<style>
span { border-color: #CE83C7; }
span { border-color: rgb(206,131,199); }
td.TdClassName
{
border-color: #CE83C7;
}
.TagClassName
{
border-color: #CE83C7;
}
</style>