Shades of Orchid #CE73BB
Tints of Orchid #CE73BB
RGB
CMYK
RGB Variations
Color information
#CE73BB (or 0xCE73BB) is known color: Orchid. HEX triplet: CE, 73 and BB. RGB value is (206,115,187). Sum of RGB (Red+Green+Blue) = 206+115+187=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73BB is #318C44. Grayscale: #969696. Windows color (decimal): -3247173 or 12284878. OLE color: 12284878.
HSL color Cylindrical-coordinate representation of color #CE73BB: hue angle of 312.53º 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 #CE73BB is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 115 | 187 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.19 |
| HSL | 312.53º | 0.48% | 0.63% | - |
| HSV(B) | 312.53º | 0.44% | 0.81% | - |
| XYZ | 40.55 | 28.97 | 50.47 | - |
| YUV | 150.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 115 | 187 | 0 | 0.44 | 0.09 | 0.19 | 312.53 | 0.48 | 0.63 |
| Hex | CE | 73 | BB | 0 | 2C | 9 | 13 | 139 | 30 | 3F |
| Octal | 316 | 163 | 273 | 0 | 54 | 11 | 23 | 471 | 60 | 77 |
| Binary | 11001110 | 1110011 | 10111011 | 0 | 101100 | 1001 | 10011 | 100111001 | 110000 | 111111 |
Color Harmonies of #CE73BB
Complementary color
Monochromatic Colors of #CE73BB
Black with #CE73BB
Text Example
Text Example
White with #CE73BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE73BB; }
p { color: rgb(206,115,187); }
H1.HeaderClassName
{
color: #CE73BB;
}
.AnyTagClassName
{
color: #CE73BB;
}
</style>
background-color css
<style>
a { background-color: #CE73BB; }
a { background-color: rgb(206,115,187); }
div.DivClassName
{
background-color: #CE73BB;
}
.BgClassName
{
background-color: #CE73BB;
}
</style>
border-color css
<style>
span { border-color: #CE73BB; }
span { border-color: rgb(206,115,187); }
td.TdClassName
{
border-color: #CE73BB;
}
.TagClassName
{
border-color: #CE73BB;
}
</style>