Shades of Orchid #CE71CD
Tints of Orchid #CE71CD
RGB
CMYK
RGB Variations
Color information
#CE71CD (or 0xCE71CD) is known color: Orchid. HEX triplet: CE, 71 and CD. RGB value is (206,113,205). Sum of RGB (Red+Green+Blue) = 206+113+205=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE71CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71CD is #318E32. Grayscale: #979797. Windows color (decimal): -3247667 or 13464014. OLE color: 13464014.
HSL color Cylindrical-coordinate representation of color #CE71CD: hue angle of 300.65º 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 #CE71CD is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 113 | 205 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.19 |
| HSL | 300.65º | 0.49% | 0.63% | - |
| HSV(B) | 300.65º | 0.45% | 0.81% | - |
| XYZ | 42.38 | 29.34 | 61.19 | - |
| YUV | 151.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 205 | 0 | 0.45 | 0.00 | 0.19 | 300.65 | 0.49 | 0.63 |
| Hex | CE | 71 | CD | 0 | 2D | 0 | 13 | 12D | 31 | 3F |
| Octal | 316 | 161 | 315 | 0 | 55 | 0 | 23 | 455 | 61 | 77 |
| Binary | 11001110 | 1110001 | 11001101 | 0 | 101101 | 0 | 10011 | 100101101 | 110001 | 111111 |
Color Harmonies of #CE71CD
Complementary color
Monochromatic Colors of #CE71CD
Black with #CE71CD
Text Example
Text Example
White with #CE71CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71CD; }
p { color: rgb(206,113,205); }
H1.HeaderClassName
{
color: #CE71CD;
}
.AnyTagClassName
{
color: #CE71CD;
}
</style>
background-color css
<style>
a { background-color: #CE71CD; }
a { background-color: rgb(206,113,205); }
div.DivClassName
{
background-color: #CE71CD;
}
.BgClassName
{
background-color: #CE71CD;
}
</style>
border-color css
<style>
span { border-color: #CE71CD; }
span { border-color: rgb(206,113,205); }
td.TdClassName
{
border-color: #CE71CD;
}
.TagClassName
{
border-color: #CE71CD;
}
</style>