Shades of Orchid #CE80CA
Tints of Orchid #CE80CA
RGB
CMYK
RGB Variations
Color information
#CE80CA (or 0xCE80CA) is known color: Orchid. HEX triplet: CE, 80 and CA. RGB value is (206,128,202). Sum of RGB (Red+Green+Blue) = 206+128+202=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80CA is #317F35. Grayscale: #9F9F9F. Windows color (decimal): -3243830 or 13271246. OLE color: 13271246.
HSL color Cylindrical-coordinate representation of color #CE80CA: hue angle of 303.08º 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 #CE80CA is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 202 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.19 |
| HSL | 303.08º | 0.44% | 0.65% | - |
| HSV(B) | 303.08º | 0.38% | 0.81% | - |
| XYZ | 43.83 | 32.82 | 59.9 | - |
| YUV | 159.76 | 151.84 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 202 | 0 | 0.38 | 0.02 | 0.19 | 303.08 | 0.44 | 0.65 |
| Hex | CE | 80 | CA | 0 | 26 | 2 | 13 | 12F | 2C | 41 |
| Octal | 316 | 200 | 312 | 0 | 46 | 2 | 23 | 457 | 54 | 101 |
| Binary | 11001110 | 10000000 | 11001010 | 0 | 100110 | 10 | 10011 | 100101111 | 101100 | 1000001 |
Color Harmonies of #CE80CA
Complementary color
Monochromatic Colors of #CE80CA
Black with #CE80CA
Text Example
Text Example
White with #CE80CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80CA; }
p { color: rgb(206,128,202); }
H1.HeaderClassName
{
color: #CE80CA;
}
.AnyTagClassName
{
color: #CE80CA;
}
</style>
background-color css
<style>
a { background-color: #CE80CA; }
a { background-color: rgb(206,128,202); }
div.DivClassName
{
background-color: #CE80CA;
}
.BgClassName
{
background-color: #CE80CA;
}
</style>
border-color css
<style>
span { border-color: #CE80CA; }
span { border-color: rgb(206,128,202); }
td.TdClassName
{
border-color: #CE80CA;
}
.TagClassName
{
border-color: #CE80CA;
}
</style>