Shades of Orchid #CE71B9
Tints of Orchid #CE71B9
RGB
CMYK
RGB Variations
Color information
#CE71B9 (or 0xCE71B9) is known color: Orchid. HEX triplet: CE, 71 and B9. RGB value is (206,113,185). Sum of RGB (Red+Green+Blue) = 206+113+185=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71B9 is #318E46. Grayscale: #949494. Windows color (decimal): -3247687 or 12153294. OLE color: 12153294.
HSL color Cylindrical-coordinate representation of color #CE71B9: hue angle of 313.55º degrees, saturation: 0.49, 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 #CE71B9 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 185 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.19 |
| HSL | 313.55º | 0.49% | 0.63% | - |
| HSV(B) | 313.55º | 0.45% | 0.81% | - |
| XYZ | 40.12 | 28.43 | 49.27 | - |
| YUV | 149.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 185 | 0 | 0.45 | 0.10 | 0.19 | 313.55 | 0.49 | 0.63 |
| Hex | CE | 71 | B9 | 0 | 2D | A | 13 | 13A | 31 | 3F |
| Octal | 316 | 161 | 271 | 0 | 55 | 12 | 23 | 472 | 61 | 77 |
| Binary | 11001110 | 1110001 | 10111001 | 0 | 101101 | 1010 | 10011 | 100111010 | 110001 | 111111 |
Color Harmonies of #CE71B9
Complementary color
Monochromatic Colors of #CE71B9
Black with #CE71B9
Text Example
Text Example
White with #CE71B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71B9; }
p { color: rgb(206,113,185); }
H1.HeaderClassName
{
color: #CE71B9;
}
.AnyTagClassName
{
color: #CE71B9;
}
</style>
background-color css
<style>
a { background-color: #CE71B9; }
a { background-color: rgb(206,113,185); }
div.DivClassName
{
background-color: #CE71B9;
}
.BgClassName
{
background-color: #CE71B9;
}
</style>
border-color css
<style>
span { border-color: #CE71B9; }
span { border-color: rgb(206,113,185); }
td.TdClassName
{
border-color: #CE71B9;
}
.TagClassName
{
border-color: #CE71B9;
}
</style>