Shades of Orchid #CE73B5
Tints of Orchid #CE73B5
RGB
CMYK
RGB Variations
Color information
#CE73B5 (or 0xCE73B5) is known color: Orchid. HEX triplet: CE, 73 and B5. RGB value is (206,115,181). Sum of RGB (Red+Green+Blue) = 206+115+181=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73B5 is #318C4A. Grayscale: #959595. Windows color (decimal): -3247179 or 11891662. OLE color: 11891662.
HSL color Cylindrical-coordinate representation of color #CE73B5: hue angle of 316.48º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE73B5 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 181 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.19 |
| HSL | 316.48º | 0.48% | 0.63% | - |
| HSV(B) | 316.48º | 0.44% | 0.81% | - |
| XYZ | 39.92 | 28.72 | 47.16 | - |
| YUV | 149.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 181 | 0 | 0.44 | 0.12 | 0.19 | 316.48 | 0.48 | 0.63 |
| Hex | CE | 73 | B5 | 0 | 2C | C | 13 | 13C | 30 | 3F |
| Octal | 316 | 163 | 265 | 0 | 54 | 14 | 23 | 474 | 60 | 77 |
| Binary | 11001110 | 1110011 | 10110101 | 0 | 101100 | 1100 | 10011 | 100111100 | 110000 | 111111 |
Color Harmonies of #CE73B5
Complementary color
Monochromatic Colors of #CE73B5
Black with #CE73B5
Text Example
Text Example
White with #CE73B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73B5; }
p { color: rgb(206,115,181); }
H1.HeaderClassName
{
color: #CE73B5;
}
.AnyTagClassName
{
color: #CE73B5;
}
</style>
background-color css
<style>
a { background-color: #CE73B5; }
a { background-color: rgb(206,115,181); }
div.DivClassName
{
background-color: #CE73B5;
}
.BgClassName
{
background-color: #CE73B5;
}
</style>
border-color css
<style>
span { border-color: #CE73B5; }
span { border-color: rgb(206,115,181); }
td.TdClassName
{
border-color: #CE73B5;
}
.TagClassName
{
border-color: #CE73B5;
}
</style>