Shades of Orchid #CE71DA
Tints of Orchid #CE71DA
RGB
CMYK
RGB Variations
Color information
#CE71DA (or 0xCE71DA) is known color: Orchid. HEX triplet: CE, 71 and DA. RGB value is (206,113,218). Sum of RGB (Red+Green+Blue) = 206+113+218=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE71DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71DA is #318E25. Grayscale: #989898. Windows color (decimal): -3247654 or 14315982. OLE color: 14315982.
HSL color Cylindrical-coordinate representation of color #CE71DA: hue angle of 293.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE71DA is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 113 | 218 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.15 |
| HSL | 293.14º | 0.59% | 0.65% | - |
| HSV(B) | 293.14º | 0.48% | 0.85% | - |
| XYZ | 44.01 | 29.99 | 69.8 | - |
| YUV | 152.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 218 | 0.06 | 0.48 | 0 | 0.15 | 293.14 | 0.59 | 0.65 |
| Hex | CE | 71 | DA | 6 | 30 | 0 | F | 125 | 3B | 41 |
| Octal | 316 | 161 | 332 | 6 | 60 | 0 | 17 | 445 | 73 | 101 |
| Binary | 11001110 | 1110001 | 11011010 | 110 | 110000 | 0 | 1111 | 100100101 | 111011 | 1000001 |
Color Harmonies of #CE71DA
Complementary color
Monochromatic Colors of #CE71DA
Black with #CE71DA
Text Example
Text Example
White with #CE71DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71DA; }
p { color: rgb(206,113,218); }
H1.HeaderClassName
{
color: #CE71DA;
}
.AnyTagClassName
{
color: #CE71DA;
}
</style>
background-color css
<style>
a { background-color: #CE71DA; }
a { background-color: rgb(206,113,218); }
div.DivClassName
{
background-color: #CE71DA;
}
.BgClassName
{
background-color: #CE71DA;
}
</style>
border-color css
<style>
span { border-color: #CE71DA; }
span { border-color: rgb(206,113,218); }
td.TdClassName
{
border-color: #CE71DA;
}
.TagClassName
{
border-color: #CE71DA;
}
</style>