Shades of Orchid #CD7CC0
Tints of Orchid #CD7CC0
RGB
CMYK
RGB Variations
Color information
#CD7CC0 (or 0xCD7CC0) is known color: Orchid. HEX triplet: CD, 7C and C0. RGB value is (205,124,192). Sum of RGB (Red+Green+Blue) = 205+124+192=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CC0 is #32833F. Grayscale: #9B9B9B. Windows color (decimal): -3310400 or 12614861. OLE color: 12614861.
HSL color Cylindrical-coordinate representation of color #CD7CC0: hue angle of 309.63º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7CC0 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 192 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.20 |
| HSL | 309.63º | 0.45% | 0.65% | - |
| HSV(B) | 309.63º | 0.4% | 0.8% | - |
| XYZ | 41.9 | 31.2 | 53.68 | - |
| YUV | 155.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 192 | 0 | 0.40 | 0.06 | 0.20 | 309.63 | 0.45 | 0.65 |
| Hex | CD | 7C | C0 | 0 | 28 | 6 | 14 | 136 | 2D | 41 |
| Octal | 315 | 174 | 300 | 0 | 50 | 6 | 24 | 466 | 55 | 101 |
| Binary | 11001101 | 1111100 | 11000000 | 0 | 101000 | 110 | 10100 | 100110110 | 101101 | 1000001 |
Color Harmonies of #CD7CC0
Complementary color
Monochromatic Colors of #CD7CC0
Black with #CD7CC0
Text Example
Text Example
White with #CD7CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7CC0; }
p { color: rgb(205,124,192); }
H1.HeaderClassName
{
color: #CD7CC0;
}
.AnyTagClassName
{
color: #CD7CC0;
}
</style>
background-color css
<style>
a { background-color: #CD7CC0; }
a { background-color: rgb(205,124,192); }
div.DivClassName
{
background-color: #CD7CC0;
}
.BgClassName
{
background-color: #CD7CC0;
}
</style>
border-color css
<style>
span { border-color: #CD7CC0; }
span { border-color: rgb(205,124,192); }
td.TdClassName
{
border-color: #CD7CC0;
}
.TagClassName
{
border-color: #CD7CC0;
}
</style>