Shades of Orchid #CD76BC
Tints of Orchid #CD76BC
RGB
CMYK
RGB Variations
Color information
#CD76BC (or 0xCD76BC) is known color: Orchid. HEX triplet: CD, 76 and BC. RGB value is (205,118,188). Sum of RGB (Red+Green+Blue) = 205+118+188=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76BC is #328943. Grayscale: #979797. Windows color (decimal): -3311940 or 12351181. OLE color: 12351181.
HSL color Cylindrical-coordinate representation of color #CD76BC: hue angle of 311.72º 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 #CD76BC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 188 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.20 |
| HSL | 311.72º | 0.47% | 0.63% | - |
| HSV(B) | 311.72º | 0.42% | 0.8% | - |
| XYZ | 40.73 | 29.57 | 51.14 | - |
| YUV | 151.99 | 148.32 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 188 | 0 | 0.42 | 0.08 | 0.20 | 311.72 | 0.47 | 0.63 |
| Hex | CD | 76 | BC | 0 | 2A | 8 | 14 | 138 | 2F | 3F |
| Octal | 315 | 166 | 274 | 0 | 52 | 10 | 24 | 470 | 57 | 77 |
| Binary | 11001101 | 1110110 | 10111100 | 0 | 101010 | 1000 | 10100 | 100111000 | 101111 | 111111 |
Color Harmonies of #CD76BC
Complementary color
Monochromatic Colors of #CD76BC
Black with #CD76BC
Text Example
Text Example
White with #CD76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD76BC; }
p { color: rgb(205,118,188); }
H1.HeaderClassName
{
color: #CD76BC;
}
.AnyTagClassName
{
color: #CD76BC;
}
</style>
background-color css
<style>
a { background-color: #CD76BC; }
a { background-color: rgb(205,118,188); }
div.DivClassName
{
background-color: #CD76BC;
}
.BgClassName
{
background-color: #CD76BC;
}
</style>
border-color css
<style>
span { border-color: #CD76BC; }
span { border-color: rgb(205,118,188); }
td.TdClassName
{
border-color: #CD76BC;
}
.TagClassName
{
border-color: #CD76BC;
}
</style>