Shades of Orchid #CE80CB
Tints of Orchid #CE80CB
RGB
CMYK
RGB Variations
Color information
#CE80CB (or 0xCE80CB) is known color: Orchid. HEX triplet: CE, 80 and CB. RGB value is (206,128,203). Sum of RGB (Red+Green+Blue) = 206+128+203=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 203 (79.69% from 255 or 37.80% from 537); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80CB is #317F34. Grayscale: #9F9F9F. Windows color (decimal): -3243829 or 13336782. OLE color: 13336782.
HSL color Cylindrical-coordinate representation of color #CE80CB: hue angle of 302.31º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE80CB is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 203 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.19 |
| HSL | 302.31º | 0.44% | 0.65% | - |
| HSV(B) | 302.31º | 0.38% | 0.81% | - |
| XYZ | 43.95 | 32.87 | 60.53 | - |
| YUV | 159.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 203 | 0 | 0.38 | 0.01 | 0.19 | 302.31 | 0.44 | 0.65 |
| Hex | CE | 80 | CB | 0 | 26 | 1 | 13 | 12E | 2C | 41 |
| Octal | 316 | 200 | 313 | 0 | 46 | 1 | 23 | 456 | 54 | 101 |
| Binary | 11001110 | 10000000 | 11001011 | 0 | 100110 | 1 | 10011 | 100101110 | 101100 | 1000001 |
Color Harmonies of #CE80CB
Complementary color
Monochromatic Colors of #CE80CB
Black with #CE80CB
Text Example
Text Example
White with #CE80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80CB; }
p { color: rgb(206,128,203); }
H1.HeaderClassName
{
color: #CE80CB;
}
.AnyTagClassName
{
color: #CE80CB;
}
</style>
background-color css
<style>
a { background-color: #CE80CB; }
a { background-color: rgb(206,128,203); }
div.DivClassName
{
background-color: #CE80CB;
}
.BgClassName
{
background-color: #CE80CB;
}
</style>
border-color css
<style>
span { border-color: #CE80CB; }
span { border-color: rgb(206,128,203); }
td.TdClassName
{
border-color: #CE80CB;
}
.TagClassName
{
border-color: #CE80CB;
}
</style>