Shades of Orchid #CD76C5
Tints of Orchid #CD76C5
RGB
CMYK
RGB Variations
Color information
#CD76C5 (or 0xCD76C5) is known color: Orchid. HEX triplet: CD, 76 and C5. RGB value is (205,118,197). Sum of RGB (Red+Green+Blue) = 205+118+197=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76C5 is #32893A. Grayscale: #989898. Windows color (decimal): -3311931 or 12941005. OLE color: 12941005.
HSL color Cylindrical-coordinate representation of color #CD76C5: hue angle of 305.52º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD76C5 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 197 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.20 |
| HSL | 305.52º | 0.47% | 0.63% | - |
| HSV(B) | 305.52º | 0.42% | 0.8% | - |
| XYZ | 41.73 | 29.97 | 56.41 | - |
| YUV | 153.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 197 | 0 | 0.42 | 0.04 | 0.20 | 305.52 | 0.47 | 0.63 |
| Hex | CD | 76 | C5 | 0 | 2A | 4 | 14 | 132 | 2F | 3F |
| Octal | 315 | 166 | 305 | 0 | 52 | 4 | 24 | 462 | 57 | 77 |
| Binary | 11001101 | 1110110 | 11000101 | 0 | 101010 | 100 | 10100 | 100110010 | 101111 | 111111 |
Color Harmonies of #CD76C5
Complementary color
Monochromatic Colors of #CD76C5
Black with #CD76C5
Text Example
Text Example
White with #CD76C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD76C5; }
p { color: rgb(205,118,197); }
H1.HeaderClassName
{
color: #CD76C5;
}
.AnyTagClassName
{
color: #CD76C5;
}
</style>
background-color css
<style>
a { background-color: #CD76C5; }
a { background-color: rgb(205,118,197); }
div.DivClassName
{
background-color: #CD76C5;
}
.BgClassName
{
background-color: #CD76C5;
}
</style>
border-color css
<style>
span { border-color: #CD76C5; }
span { border-color: rgb(205,118,197); }
td.TdClassName
{
border-color: #CD76C5;
}
.TagClassName
{
border-color: #CD76C5;
}
</style>