Shades of Orchid #CE80D5
Tints of Orchid #CE80D5
RGB
CMYK
RGB Variations
Color information
#CE80D5 (or 0xCE80D5) is known color: Orchid. HEX triplet: CE, 80 and D5. RGB value is (206,128,213). Sum of RGB (Red+Green+Blue) = 206+128+213=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE80D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80D5 is #317F2A. Grayscale: #A0A0A0. Windows color (decimal): -3243819 or 13992142. OLE color: 13992142.
HSL color Cylindrical-coordinate representation of color #CE80D5: hue angle of 295.06º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE80D5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 128 | 213 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.16 |
| HSL | 295.06º | 0.5% | 0.67% | - |
| HSV(B) | 295.06º | 0.4% | 0.84% | - |
| XYZ | 45.18 | 33.36 | 67.01 | - |
| YUV | 161.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 213 | 0.03 | 0.40 | 0 | 0.16 | 295.06 | 0.5 | 0.67 |
| Hex | CE | 80 | D5 | 3 | 28 | 0 | 10 | 127 | 32 | 43 |
| Octal | 316 | 200 | 325 | 3 | 50 | 0 | 20 | 447 | 62 | 103 |
| Binary | 11001110 | 10000000 | 11010101 | 11 | 101000 | 0 | 10000 | 100100111 | 110010 | 1000011 |
Color Harmonies of #CE80D5
Complementary color
Monochromatic Colors of #CE80D5
Black with #CE80D5
Text Example
Text Example
White with #CE80D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80D5; }
p { color: rgb(206,128,213); }
H1.HeaderClassName
{
color: #CE80D5;
}
.AnyTagClassName
{
color: #CE80D5;
}
</style>
background-color css
<style>
a { background-color: #CE80D5; }
a { background-color: rgb(206,128,213); }
div.DivClassName
{
background-color: #CE80D5;
}
.BgClassName
{
background-color: #CE80D5;
}
</style>
border-color css
<style>
span { border-color: #CE80D5; }
span { border-color: rgb(206,128,213); }
td.TdClassName
{
border-color: #CE80D5;
}
.TagClassName
{
border-color: #CE80D5;
}
</style>