Shades of Orchid #CE71BE
Tints of Orchid #CE71BE
RGB
CMYK
RGB Variations
Color information
#CE71BE (or 0xCE71BE) is known color: Orchid. HEX triplet: CE, 71 and BE. RGB value is (206,113,190). Sum of RGB (Red+Green+Blue) = 206+113+190=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71BE is #318E41. Grayscale: #959595. Windows color (decimal): -3247682 or 12480974. OLE color: 12480974.
HSL color Cylindrical-coordinate representation of color #CE71BE: hue angle of 310.32º 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 #CE71BE is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 190 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.19 |
| HSL | 310.32º | 0.49% | 0.63% | - |
| HSV(B) | 310.32º | 0.45% | 0.81% | - |
| XYZ | 40.65 | 28.65 | 52.1 | - |
| YUV | 149.59 | 150.81 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 190 | 0 | 0.45 | 0.08 | 0.19 | 310.32 | 0.49 | 0.63 |
| Hex | CE | 71 | BE | 0 | 2D | 8 | 13 | 136 | 31 | 3F |
| Octal | 316 | 161 | 276 | 0 | 55 | 10 | 23 | 466 | 61 | 77 |
| Binary | 11001110 | 1110001 | 10111110 | 0 | 101101 | 1000 | 10011 | 100110110 | 110001 | 111111 |
Color Harmonies of #CE71BE
Complementary color
Monochromatic Colors of #CE71BE
Black with #CE71BE
Text Example
Text Example
White with #CE71BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71BE; }
p { color: rgb(206,113,190); }
H1.HeaderClassName
{
color: #CE71BE;
}
.AnyTagClassName
{
color: #CE71BE;
}
</style>
background-color css
<style>
a { background-color: #CE71BE; }
a { background-color: rgb(206,113,190); }
div.DivClassName
{
background-color: #CE71BE;
}
.BgClassName
{
background-color: #CE71BE;
}
</style>
border-color css
<style>
span { border-color: #CE71BE; }
span { border-color: rgb(206,113,190); }
td.TdClassName
{
border-color: #CE71BE;
}
.TagClassName
{
border-color: #CE71BE;
}
</style>