Shades of Orchid #CE73DF
Tints of Orchid #CE73DF
RGB
CMYK
RGB Variations
Color information
#CE73DF (or 0xCE73DF) is known color: Orchid. HEX triplet: CE, 73 and DF. RGB value is (206,115,223). Sum of RGB (Red+Green+Blue) = 206+115+223=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73DF is #318C20. Grayscale: #9A9A9A. Windows color (decimal): -3247137 or 14644174. OLE color: 14644174.
HSL color Cylindrical-coordinate representation of color #CE73DF: hue angle of 290.56º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE73DF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 115 | 223 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.13 |
| HSL | 290.56º | 0.63% | 0.66% | - |
| HSV(B) | 290.56º | 0.48% | 0.87% | - |
| XYZ | 44.9 | 30.71 | 73.37 | - |
| YUV | 154.52 | 166.65 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 223 | 0.08 | 0.48 | 0 | 0.13 | 290.56 | 0.63 | 0.66 |
| Hex | CE | 73 | DF | 8 | 30 | 0 | D | 123 | 3F | 42 |
| Octal | 316 | 163 | 337 | 10 | 60 | 0 | 15 | 443 | 77 | 102 |
| Binary | 11001110 | 1110011 | 11011111 | 1000 | 110000 | 0 | 1101 | 100100011 | 111111 | 1000010 |
Color Harmonies of #CE73DF
Complementary color
Monochromatic Colors of #CE73DF
Black with #CE73DF
Text Example
Text Example
White with #CE73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73DF; }
p { color: rgb(206,115,223); }
H1.HeaderClassName
{
color: #CE73DF;
}
.AnyTagClassName
{
color: #CE73DF;
}
</style>
background-color css
<style>
a { background-color: #CE73DF; }
a { background-color: rgb(206,115,223); }
div.DivClassName
{
background-color: #CE73DF;
}
.BgClassName
{
background-color: #CE73DF;
}
</style>
border-color css
<style>
span { border-color: #CE73DF; }
span { border-color: rgb(206,115,223); }
td.TdClassName
{
border-color: #CE73DF;
}
.TagClassName
{
border-color: #CE73DF;
}
</style>