Shades of Orchid #CD7ACB
Tints of Orchid #CD7ACB
RGB
CMYK
RGB Variations
Color information
#CD7ACB (or 0xCD7ACB) is known color: Orchid. HEX triplet: CD, 7A and CB. RGB value is (205,122,203). Sum of RGB (Red+Green+Blue) = 205+122+203=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7ACB is #328534. Grayscale: #9B9B9B. Windows color (decimal): -3310901 or 13335245. OLE color: 13335245.
HSL color Cylindrical-coordinate representation of color #CD7ACB: hue angle of 301.45º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7ACB is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 203 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.20 |
| HSL | 301.45º | 0.45% | 0.64% | - |
| HSV(B) | 301.45º | 0.4% | 0.8% | - |
| XYZ | 42.92 | 31.21 | 60.26 | - |
| YUV | 156.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 203 | 0 | 0.40 | 0.01 | 0.20 | 301.45 | 0.45 | 0.64 |
| Hex | CD | 7A | CB | 0 | 28 | 1 | 14 | 12D | 2D | 40 |
| Octal | 315 | 172 | 313 | 0 | 50 | 1 | 24 | 455 | 55 | 100 |
| Binary | 11001101 | 1111010 | 11001011 | 0 | 101000 | 1 | 10100 | 100101101 | 101101 | 1000000 |
Color Harmonies of #CD7ACB
Complementary color
Monochromatic Colors of #CD7ACB
Black with #CD7ACB
Text Example
Text Example
White with #CD7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7ACB; }
p { color: rgb(205,122,203); }
H1.HeaderClassName
{
color: #CD7ACB;
}
.AnyTagClassName
{
color: #CD7ACB;
}
</style>
background-color css
<style>
a { background-color: #CD7ACB; }
a { background-color: rgb(205,122,203); }
div.DivClassName
{
background-color: #CD7ACB;
}
.BgClassName
{
background-color: #CD7ACB;
}
</style>
border-color css
<style>
span { border-color: #CD7ACB; }
span { border-color: rgb(205,122,203); }
td.TdClassName
{
border-color: #CD7ACB;
}
.TagClassName
{
border-color: #CD7ACB;
}
</style>