Shades of Orchid #CE83C3
Tints of Orchid #CE83C3
RGB
CMYK
RGB Variations
Color information
#CE83C3 (or 0xCE83C3) is known color: Orchid. HEX triplet: CE, 83 and C3. RGB value is (206,131,195). Sum of RGB (Red+Green+Blue) = 206+131+195=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83C3 is #317C3C. Grayscale: #A0A0A0. Windows color (decimal): -3243069 or 12813262. OLE color: 12813262.
HSL color Cylindrical-coordinate representation of color #CE83C3: hue angle of 308.8º 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 #CE83C3 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 195 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.19 |
| HSL | 308.8º | 0.43% | 0.66% | - |
| HSV(B) | 308.8º | 0.36% | 0.81% | - |
| XYZ | 43.42 | 33.29 | 55.77 | - |
| YUV | 160.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 195 | 0 | 0.36 | 0.05 | 0.19 | 308.8 | 0.43 | 0.66 |
| Hex | CE | 83 | C3 | 0 | 24 | 5 | 13 | 135 | 2B | 42 |
| Octal | 316 | 203 | 303 | 0 | 44 | 5 | 23 | 465 | 53 | 102 |
| Binary | 11001110 | 10000011 | 11000011 | 0 | 100100 | 101 | 10011 | 100110101 | 101011 | 1000010 |
Color Harmonies of #CE83C3
Complementary color
Monochromatic Colors of #CE83C3
Black with #CE83C3
Text Example
Text Example
White with #CE83C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83C3; }
p { color: rgb(206,131,195); }
H1.HeaderClassName
{
color: #CE83C3;
}
.AnyTagClassName
{
color: #CE83C3;
}
</style>
background-color css
<style>
a { background-color: #CE83C3; }
a { background-color: rgb(206,131,195); }
div.DivClassName
{
background-color: #CE83C3;
}
.BgClassName
{
background-color: #CE83C3;
}
</style>
border-color css
<style>
span { border-color: #CE83C3; }
span { border-color: rgb(206,131,195); }
td.TdClassName
{
border-color: #CE83C3;
}
.TagClassName
{
border-color: #CE83C3;
}
</style>