Shades of Orchid #CE73BF
Tints of Orchid #CE73BF
RGB
CMYK
RGB Variations
Color information
#CE73BF (or 0xCE73BF) is known color: Orchid. HEX triplet: CE, 73 and BF. RGB value is (206,115,191). Sum of RGB (Red+Green+Blue) = 206+115+191=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73BF is #318C40. Grayscale: #969696. Windows color (decimal): -3247169 or 12547022. OLE color: 12547022.
HSL color Cylindrical-coordinate representation of color #CE73BF: hue angle of 309.89º 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 #CE73BF is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 191 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.19 |
| HSL | 309.89º | 0.48% | 0.63% | - |
| HSV(B) | 309.89º | 0.44% | 0.81% | - |
| XYZ | 40.99 | 29.14 | 52.76 | - |
| YUV | 150.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 191 | 0 | 0.44 | 0.07 | 0.19 | 309.89 | 0.48 | 0.63 |
| Hex | CE | 73 | BF | 0 | 2C | 7 | 13 | 136 | 30 | 3F |
| Octal | 316 | 163 | 277 | 0 | 54 | 7 | 23 | 466 | 60 | 77 |
| Binary | 11001110 | 1110011 | 10111111 | 0 | 101100 | 111 | 10011 | 100110110 | 110000 | 111111 |
Color Harmonies of #CE73BF
Complementary color
Monochromatic Colors of #CE73BF
Black with #CE73BF
Text Example
Text Example
White with #CE73BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73BF; }
p { color: rgb(206,115,191); }
H1.HeaderClassName
{
color: #CE73BF;
}
.AnyTagClassName
{
color: #CE73BF;
}
</style>
background-color css
<style>
a { background-color: #CE73BF; }
a { background-color: rgb(206,115,191); }
div.DivClassName
{
background-color: #CE73BF;
}
.BgClassName
{
background-color: #CE73BF;
}
</style>
border-color css
<style>
span { border-color: #CE73BF; }
span { border-color: rgb(206,115,191); }
td.TdClassName
{
border-color: #CE73BF;
}
.TagClassName
{
border-color: #CE73BF;
}
</style>