Shades of Orchid #CD7CCD
Tints of Orchid #CD7CCD
RGB
CMYK
RGB Variations
Color information
#CD7CCD (or 0xCD7CCD) is known color: Orchid. HEX triplet: CD, 7C and CD. RGB value is (205,124,205). Sum of RGB (Red+Green+Blue) = 205+124+205=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CCD is #328332. Grayscale: #9D9D9D. Windows color (decimal): -3310387 or 13466829. OLE color: 13466829.
HSL color Cylindrical-coordinate representation of color #CD7CCD: hue angle of 300º 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 #CD7CCD is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 205 | - |
| CMYK | 0 | 0.40 | 0 | 0.20 |
| HSL | 300º | 0.45% | 0.65% | - |
| HSV(B) | 300º | 0.4% | 0.8% | - |
| XYZ | 43.4 | 31.8 | 61.61 | - |
| YUV | 157.45 | 154.84 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 205 | 0 | 0.40 | 0 | 0.20 | 300 | 0.45 | 0.65 |
| Hex | CD | 7C | CD | 0 | 28 | 0 | 14 | 12C | 2D | 41 |
| Octal | 315 | 174 | 315 | 0 | 50 | 0 | 24 | 454 | 55 | 101 |
| Binary | 11001101 | 1111100 | 11001101 | 0 | 101000 | 0 | 10100 | 100101100 | 101101 | 1000001 |
Color Harmonies of #CD7CCD
Complementary color
Monochromatic Colors of #CD7CCD
Black with #CD7CCD
Text Example
Text Example
White with #CD7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7CCD; }
p { color: rgb(205,124,205); }
H1.HeaderClassName
{
color: #CD7CCD;
}
.AnyTagClassName
{
color: #CD7CCD;
}
</style>
background-color css
<style>
a { background-color: #CD7CCD; }
a { background-color: rgb(205,124,205); }
div.DivClassName
{
background-color: #CD7CCD;
}
.BgClassName
{
background-color: #CD7CCD;
}
</style>
border-color css
<style>
span { border-color: #CD7CCD; }
span { border-color: rgb(205,124,205); }
td.TdClassName
{
border-color: #CD7CCD;
}
.TagClassName
{
border-color: #CD7CCD;
}
</style>