Shades of Orchid #CE80D3
Tints of Orchid #CE80D3
RGB
CMYK
RGB Variations
Color information
#CE80D3 (or 0xCE80D3) is known color: Orchid. HEX triplet: CE, 80 and D3. RGB value is (206,128,211). Sum of RGB (Red+Green+Blue) = 206+128+211=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE80D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80D3 is #317F2C. Grayscale: #A0A0A0. Windows color (decimal): -3243821 or 13861070. OLE color: 13861070.
HSL color Cylindrical-coordinate representation of color #CE80D3: hue angle of 296.39º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE80D3 is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 128 | 211 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.17 |
| HSL | 296.39º | 0.49% | 0.66% | - |
| HSV(B) | 296.39º | 0.39% | 0.83% | - |
| XYZ | 44.93 | 33.26 | 65.68 | - |
| YUV | 160.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 211 | 0.02 | 0.39 | 0 | 0.17 | 296.39 | 0.49 | 0.66 |
| Hex | CE | 80 | D3 | 2 | 27 | 0 | 11 | 128 | 31 | 42 |
| Octal | 316 | 200 | 323 | 2 | 47 | 0 | 21 | 450 | 61 | 102 |
| Binary | 11001110 | 10000000 | 11010011 | 10 | 100111 | 0 | 10001 | 100101000 | 110001 | 1000010 |
Color Harmonies of #CE80D3
Complementary color
Monochromatic Colors of #CE80D3
Black with #CE80D3
Text Example
Text Example
White with #CE80D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80D3; }
p { color: rgb(206,128,211); }
H1.HeaderClassName
{
color: #CE80D3;
}
.AnyTagClassName
{
color: #CE80D3;
}
</style>
background-color css
<style>
a { background-color: #CE80D3; }
a { background-color: rgb(206,128,211); }
div.DivClassName
{
background-color: #CE80D3;
}
.BgClassName
{
background-color: #CE80D3;
}
</style>
border-color css
<style>
span { border-color: #CE80D3; }
span { border-color: rgb(206,128,211); }
td.TdClassName
{
border-color: #CE80D3;
}
.TagClassName
{
border-color: #CE80D3;
}
</style>