Shades of Orchid #CE71B4
Tints of Orchid #CE71B4
RGB
CMYK
RGB Variations
Color information
#CE71B4 (or 0xCE71B4) is known color: Orchid. HEX triplet: CE, 71 and B4. RGB value is (206,113,180). Sum of RGB (Red+Green+Blue) = 206+113+180=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71B4 is #318E4B. Grayscale: #949494. Windows color (decimal): -3247692 or 11825614. OLE color: 11825614.
HSL color Cylindrical-coordinate representation of color #CE71B4: hue angle of 316.77º 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 #CE71B4 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 180 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.19 |
| HSL | 316.77º | 0.49% | 0.63% | - |
| HSV(B) | 316.77º | 0.45% | 0.81% | - |
| XYZ | 39.6 | 28.23 | 46.54 | - |
| YUV | 148.45 | 145.81 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 180 | 0 | 0.45 | 0.13 | 0.19 | 316.77 | 0.49 | 0.63 |
| Hex | CE | 71 | B4 | 0 | 2D | D | 13 | 13D | 31 | 3F |
| Octal | 316 | 161 | 264 | 0 | 55 | 15 | 23 | 475 | 61 | 77 |
| Binary | 11001110 | 1110001 | 10110100 | 0 | 101101 | 1101 | 10011 | 100111101 | 110001 | 111111 |
Color Harmonies of #CE71B4
Complementary color
Monochromatic Colors of #CE71B4
Black with #CE71B4
Text Example
Text Example
White with #CE71B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71B4; }
p { color: rgb(206,113,180); }
H1.HeaderClassName
{
color: #CE71B4;
}
.AnyTagClassName
{
color: #CE71B4;
}
</style>
background-color css
<style>
a { background-color: #CE71B4; }
a { background-color: rgb(206,113,180); }
div.DivClassName
{
background-color: #CE71B4;
}
.BgClassName
{
background-color: #CE71B4;
}
</style>
border-color css
<style>
span { border-color: #CE71B4; }
span { border-color: rgb(206,113,180); }
td.TdClassName
{
border-color: #CE71B4;
}
.TagClassName
{
border-color: #CE71B4;
}
</style>