Shades of Orchid #CE71B6
Tints of Orchid #CE71B6
RGB
CMYK
RGB Variations
Color information
#CE71B6 (or 0xCE71B6) is known color: Orchid. HEX triplet: CE, 71 and B6. RGB value is (206,113,182). Sum of RGB (Red+Green+Blue) = 206+113+182=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71B6 is #318E49. Grayscale: #949494. Windows color (decimal): -3247690 or 11956686. OLE color: 11956686.
HSL color Cylindrical-coordinate representation of color #CE71B6: hue angle of 315.48º 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 #CE71B6 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 182 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.19 |
| HSL | 315.48º | 0.49% | 0.63% | - |
| HSV(B) | 315.48º | 0.45% | 0.81% | - |
| XYZ | 39.8 | 28.31 | 47.62 | - |
| YUV | 148.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 182 | 0 | 0.45 | 0.12 | 0.19 | 315.48 | 0.49 | 0.63 |
| Hex | CE | 71 | B6 | 0 | 2D | C | 13 | 13B | 31 | 3F |
| Octal | 316 | 161 | 266 | 0 | 55 | 14 | 23 | 473 | 61 | 77 |
| Binary | 11001110 | 1110001 | 10110110 | 0 | 101101 | 1100 | 10011 | 100111011 | 110001 | 111111 |
Color Harmonies of #CE71B6
Complementary color
Monochromatic Colors of #CE71B6
Black with #CE71B6
Text Example
Text Example
White with #CE71B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71B6; }
p { color: rgb(206,113,182); }
H1.HeaderClassName
{
color: #CE71B6;
}
.AnyTagClassName
{
color: #CE71B6;
}
</style>
background-color css
<style>
a { background-color: #CE71B6; }
a { background-color: rgb(206,113,182); }
div.DivClassName
{
background-color: #CE71B6;
}
.BgClassName
{
background-color: #CE71B6;
}
</style>
border-color css
<style>
span { border-color: #CE71B6; }
span { border-color: rgb(206,113,182); }
td.TdClassName
{
border-color: #CE71B6;
}
.TagClassName
{
border-color: #CE71B6;
}
</style>