Shades of Orchid #CD7EC1
Tints of Orchid #CD7EC1
RGB
CMYK
RGB Variations
Color information
#CD7EC1 (or 0xCD7EC1) is known color: Orchid. HEX triplet: CD, 7E and C1. RGB value is (205,126,193). Sum of RGB (Red+Green+Blue) = 205+126+193=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 126 (49.61% from 255 or 24.05% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EC1 is #32813E. Grayscale: #9D9D9D. Windows color (decimal): -3309887 or 12680909. OLE color: 12680909.
HSL color Cylindrical-coordinate representation of color #CD7EC1: hue angle of 309.11º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7EC1 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 126 | 193 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.20 |
| HSL | 309.11º | 0.44% | 0.65% | - |
| HSV(B) | 309.11º | 0.39% | 0.8% | - |
| XYZ | 42.26 | 31.75 | 54.35 | - |
| YUV | 157.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 126 | 193 | 0 | 0.39 | 0.06 | 0.20 | 309.11 | 0.44 | 0.65 |
| Hex | CD | 7E | C1 | 0 | 27 | 6 | 14 | 135 | 2C | 41 |
| Octal | 315 | 176 | 301 | 0 | 47 | 6 | 24 | 465 | 54 | 101 |
| Binary | 11001101 | 1111110 | 11000001 | 0 | 100111 | 110 | 10100 | 100110101 | 101100 | 1000001 |
Color Harmonies of #CD7EC1
Complementary color
Monochromatic Colors of #CD7EC1
Black with #CD7EC1
Text Example
Text Example
White with #CD7EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7EC1; }
p { color: rgb(205,126,193); }
H1.HeaderClassName
{
color: #CD7EC1;
}
.AnyTagClassName
{
color: #CD7EC1;
}
</style>
background-color css
<style>
a { background-color: #CD7EC1; }
a { background-color: rgb(205,126,193); }
div.DivClassName
{
background-color: #CD7EC1;
}
.BgClassName
{
background-color: #CD7EC1;
}
</style>
border-color css
<style>
span { border-color: #CD7EC1; }
span { border-color: rgb(205,126,193); }
td.TdClassName
{
border-color: #CD7EC1;
}
.TagClassName
{
border-color: #CD7EC1;
}
</style>