Shades of Orchid #CE73DB
Tints of Orchid #CE73DB
RGB
CMYK
RGB Variations
Color information
#CE73DB (or 0xCE73DB) is known color: Orchid. HEX triplet: CE, 73 and DB. RGB value is (206,115,219). Sum of RGB (Red+Green+Blue) = 206+115+219=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73DB is #318C24. Grayscale: #999999. Windows color (decimal): -3247141 or 14382030. OLE color: 14382030.
HSL color Cylindrical-coordinate representation of color #CE73DB: hue angle of 292.5º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE73DB is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 115 | 219 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.14 |
| HSL | 292.5º | 0.59% | 0.65% | - |
| HSV(B) | 292.5º | 0.47% | 0.86% | - |
| XYZ | 44.37 | 30.5 | 70.57 | - |
| YUV | 154.07 | 164.65 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 219 | 0.06 | 0.47 | 0 | 0.14 | 292.5 | 0.59 | 0.65 |
| Hex | CE | 73 | DB | 6 | 2F | 0 | E | 124 | 3B | 41 |
| Octal | 316 | 163 | 333 | 6 | 57 | 0 | 16 | 444 | 73 | 101 |
| Binary | 11001110 | 1110011 | 11011011 | 110 | 101111 | 0 | 1110 | 100100100 | 111011 | 1000001 |
Color Harmonies of #CE73DB
Complementary color
Monochromatic Colors of #CE73DB
Black with #CE73DB
Text Example
Text Example
White with #CE73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73DB; }
p { color: rgb(206,115,219); }
H1.HeaderClassName
{
color: #CE73DB;
}
.AnyTagClassName
{
color: #CE73DB;
}
</style>
background-color css
<style>
a { background-color: #CE73DB; }
a { background-color: rgb(206,115,219); }
div.DivClassName
{
background-color: #CE73DB;
}
.BgClassName
{
background-color: #CE73DB;
}
</style>
border-color css
<style>
span { border-color: #CE73DB; }
span { border-color: rgb(206,115,219); }
td.TdClassName
{
border-color: #CE73DB;
}
.TagClassName
{
border-color: #CE73DB;
}
</style>