Shades of Orchid #CE83CB
Tints of Orchid #CE83CB
RGB
CMYK
RGB Variations
Color information
#CE83CB (or 0xCE83CB) is known color: Orchid. HEX triplet: CE, 83 and CB. RGB value is (206,131,203). Sum of RGB (Red+Green+Blue) = 206+131+203=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CE83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE83CB is #317C34. Grayscale: #A1A1A1. Windows color (decimal): -3243061 or 13337550. OLE color: 13337550.
HSL color Cylindrical-coordinate representation of color #CE83CB: hue angle of 302.4º 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 #CE83CB is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 131 | 203 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.19 |
| HSL | 302.4º | 0.43% | 0.66% | - |
| HSV(B) | 302.4º | 0.36% | 0.81% | - |
| XYZ | 44.35 | 33.67 | 60.66 | - |
| YUV | 161.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 131 | 203 | 0 | 0.36 | 0.01 | 0.19 | 302.4 | 0.43 | 0.66 |
| Hex | CE | 83 | CB | 0 | 24 | 1 | 13 | 12E | 2B | 42 |
| Octal | 316 | 203 | 313 | 0 | 44 | 1 | 23 | 456 | 53 | 102 |
| Binary | 11001110 | 10000011 | 11001011 | 0 | 100100 | 1 | 10011 | 100101110 | 101011 | 1000010 |
Color Harmonies of #CE83CB
Complementary color
Monochromatic Colors of #CE83CB
Black with #CE83CB
Text Example
Text Example
White with #CE83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE83CB; }
p { color: rgb(206,131,203); }
H1.HeaderClassName
{
color: #CE83CB;
}
.AnyTagClassName
{
color: #CE83CB;
}
</style>
background-color css
<style>
a { background-color: #CE83CB; }
a { background-color: rgb(206,131,203); }
div.DivClassName
{
background-color: #CE83CB;
}
.BgClassName
{
background-color: #CE83CB;
}
</style>
border-color css
<style>
span { border-color: #CE83CB; }
span { border-color: rgb(206,131,203); }
td.TdClassName
{
border-color: #CE83CB;
}
.TagClassName
{
border-color: #CE83CB;
}
</style>