Shades of Orchid #CE72BB
Tints of Orchid #CE72BB
RGB
CMYK
RGB Variations
Color information
#CE72BB (or 0xCE72BB) is known color: Orchid. HEX triplet: CE, 72 and BB. RGB value is (206,114,187). Sum of RGB (Red+Green+Blue) = 206+114+187=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72BB is #318D44. Grayscale: #959595. Windows color (decimal): -3247429 or 12284622. OLE color: 12284622.
HSL color Cylindrical-coordinate representation of color #CE72BB: hue angle of 312.39º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE72BB is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 187 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.19 |
| HSL | 312.39º | 0.48% | 0.63% | - |
| HSV(B) | 312.39º | 0.45% | 0.81% | - |
| XYZ | 40.44 | 28.74 | 50.43 | - |
| YUV | 149.83 | 148.98 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 187 | 0 | 0.45 | 0.09 | 0.19 | 312.39 | 0.48 | 0.63 |
| Hex | CE | 72 | BB | 0 | 2D | 9 | 13 | 138 | 30 | 3F |
| Octal | 316 | 162 | 273 | 0 | 55 | 11 | 23 | 470 | 60 | 77 |
| Binary | 11001110 | 1110010 | 10111011 | 0 | 101101 | 1001 | 10011 | 100111000 | 110000 | 111111 |
Color Harmonies of #CE72BB
Complementary color
Monochromatic Colors of #CE72BB
Black with #CE72BB
Text Example
Text Example
White with #CE72BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE72BB; }
p { color: rgb(206,114,187); }
H1.HeaderClassName
{
color: #CE72BB;
}
.AnyTagClassName
{
color: #CE72BB;
}
</style>
background-color css
<style>
a { background-color: #CE72BB; }
a { background-color: rgb(206,114,187); }
div.DivClassName
{
background-color: #CE72BB;
}
.BgClassName
{
background-color: #CE72BB;
}
</style>
border-color css
<style>
span { border-color: #CE72BB; }
span { border-color: rgb(206,114,187); }
td.TdClassName
{
border-color: #CE72BB;
}
.TagClassName
{
border-color: #CE72BB;
}
</style>