Shades of Orchid #CE72BF
Tints of Orchid #CE72BF
RGB
CMYK
RGB Variations
Color information
#CE72BF (or 0xCE72BF) is known color: Orchid. HEX triplet: CE, 72 and BF. RGB value is (206,114,191). Sum of RGB (Red+Green+Blue) = 206+114+191=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72BF is #318D40. Grayscale: #969696. Windows color (decimal): -3247425 or 12546766. OLE color: 12546766.
HSL color Cylindrical-coordinate representation of color #CE72BF: hue angle of 309.78º 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 #CE72BF is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 114 | 191 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.19 |
| HSL | 309.78º | 0.48% | 0.63% | - |
| HSV(B) | 309.78º | 0.45% | 0.81% | - |
| XYZ | 40.87 | 28.92 | 52.72 | - |
| YUV | 150.29 | 150.98 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 114 | 191 | 0 | 0.45 | 0.07 | 0.19 | 309.78 | 0.48 | 0.63 |
| Hex | CE | 72 | BF | 0 | 2D | 7 | 13 | 136 | 30 | 3F |
| Octal | 316 | 162 | 277 | 0 | 55 | 7 | 23 | 466 | 60 | 77 |
| Binary | 11001110 | 1110010 | 10111111 | 0 | 101101 | 111 | 10011 | 100110110 | 110000 | 111111 |
Color Harmonies of #CE72BF
Complementary color
Monochromatic Colors of #CE72BF
Black with #CE72BF
Text Example
Text Example
White with #CE72BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE72BF; }
p { color: rgb(206,114,191); }
H1.HeaderClassName
{
color: #CE72BF;
}
.AnyTagClassName
{
color: #CE72BF;
}
</style>
background-color css
<style>
a { background-color: #CE72BF; }
a { background-color: rgb(206,114,191); }
div.DivClassName
{
background-color: #CE72BF;
}
.BgClassName
{
background-color: #CE72BF;
}
</style>
border-color css
<style>
span { border-color: #CE72BF; }
span { border-color: rgb(206,114,191); }
td.TdClassName
{
border-color: #CE72BF;
}
.TagClassName
{
border-color: #CE72BF;
}
</style>