Shades of Orchid #CE71C6
Tints of Orchid #CE71C6
RGB
CMYK
RGB Variations
Color information
#CE71C6 (or 0xCE71C6) is known color: Orchid. HEX triplet: CE, 71 and C6. RGB value is (206,113,198). Sum of RGB (Red+Green+Blue) = 206+113+198=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71C6 is #318E39. Grayscale: #969696. Windows color (decimal): -3247674 or 13005262. OLE color: 13005262.
HSL color Cylindrical-coordinate representation of color #CE71C6: hue angle of 305.16º 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 #CE71C6 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 198 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.19 |
| HSL | 305.16º | 0.49% | 0.63% | - |
| HSV(B) | 305.16º | 0.45% | 0.81% | - |
| XYZ | 41.55 | 29.01 | 56.84 | - |
| YUV | 150.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 198 | 0 | 0.45 | 0.04 | 0.19 | 305.16 | 0.49 | 0.63 |
| Hex | CE | 71 | C6 | 0 | 2D | 4 | 13 | 131 | 31 | 3F |
| Octal | 316 | 161 | 306 | 0 | 55 | 4 | 23 | 461 | 61 | 77 |
| Binary | 11001110 | 1110001 | 11000110 | 0 | 101101 | 100 | 10011 | 100110001 | 110001 | 111111 |
Color Harmonies of #CE71C6
Complementary color
Monochromatic Colors of #CE71C6
Black with #CE71C6
Text Example
Text Example
White with #CE71C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71C6; }
p { color: rgb(206,113,198); }
H1.HeaderClassName
{
color: #CE71C6;
}
.AnyTagClassName
{
color: #CE71C6;
}
</style>
background-color css
<style>
a { background-color: #CE71C6; }
a { background-color: rgb(206,113,198); }
div.DivClassName
{
background-color: #CE71C6;
}
.BgClassName
{
background-color: #CE71C6;
}
</style>
border-color css
<style>
span { border-color: #CE71C6; }
span { border-color: rgb(206,113,198); }
td.TdClassName
{
border-color: #CE71C6;
}
.TagClassName
{
border-color: #CE71C6;
}
</style>