Shades of Orchid #CD7EC2
Tints of Orchid #CD7EC2
RGB
CMYK
RGB Variations
Color information
#CD7EC2 (or 0xCD7EC2) is known color: Orchid. HEX triplet: CD, 7E and C2. RGB value is (205,126,194). Sum of RGB (Red+Green+Blue) = 205+126+194=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7EC2 is #32813D. Grayscale: #9D9D9D. Windows color (decimal): -3309886 or 12746445. OLE color: 12746445.
HSL color Cylindrical-coordinate representation of color #CD7EC2: hue angle of 308.35º 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 #CD7EC2 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 126 | 194 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.20 |
| HSL | 308.35º | 0.44% | 0.65% | - |
| HSV(B) | 308.35º | 0.39% | 0.8% | - |
| XYZ | 42.38 | 31.8 | 54.94 | - |
| YUV | 157.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 126 | 194 | 0 | 0.39 | 0.05 | 0.20 | 308.35 | 0.44 | 0.65 |
| Hex | CD | 7E | C2 | 0 | 27 | 5 | 14 | 134 | 2C | 41 |
| Octal | 315 | 176 | 302 | 0 | 47 | 5 | 24 | 464 | 54 | 101 |
| Binary | 11001101 | 1111110 | 11000010 | 0 | 100111 | 101 | 10100 | 100110100 | 101100 | 1000001 |
Color Harmonies of #CD7EC2
Complementary color
Monochromatic Colors of #CD7EC2
Black with #CD7EC2
Text Example
Text Example
White with #CD7EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7EC2; }
p { color: rgb(205,126,194); }
H1.HeaderClassName
{
color: #CD7EC2;
}
.AnyTagClassName
{
color: #CD7EC2;
}
</style>
background-color css
<style>
a { background-color: #CD7EC2; }
a { background-color: rgb(205,126,194); }
div.DivClassName
{
background-color: #CD7EC2;
}
.BgClassName
{
background-color: #CD7EC2;
}
</style>
border-color css
<style>
span { border-color: #CD7EC2; }
span { border-color: rgb(205,126,194); }
td.TdClassName
{
border-color: #CD7EC2;
}
.TagClassName
{
border-color: #CD7EC2;
}
</style>