Shades of Orchid #CD76D3
Tints of Orchid #CD76D3
RGB
CMYK
RGB Variations
Color information
#CD76D3 (or 0xCD76D3) is known color: Orchid. HEX triplet: CD, 76 and D3. RGB value is (205,118,211). Sum of RGB (Red+Green+Blue) = 205+118+211=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #CD76D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76D3 is #32892C. Grayscale: #9A9A9A. Windows color (decimal): -3311917 or 13858509. OLE color: 13858509.
HSL color Cylindrical-coordinate representation of color #CD76D3: hue angle of 296.13º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD76D3 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 118 | 211 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.17 |
| HSL | 296.13º | 0.51% | 0.65% | - |
| HSV(B) | 296.13º | 0.44% | 0.83% | - |
| XYZ | 43.41 | 30.64 | 65.25 | - |
| YUV | 154.62 | 159.82 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 211 | 0.03 | 0.44 | 0 | 0.17 | 296.13 | 0.51 | 0.65 |
| Hex | CD | 76 | D3 | 3 | 2C | 0 | 11 | 128 | 33 | 41 |
| Octal | 315 | 166 | 323 | 3 | 54 | 0 | 21 | 450 | 63 | 101 |
| Binary | 11001101 | 1110110 | 11010011 | 11 | 101100 | 0 | 10001 | 100101000 | 110011 | 1000001 |
Color Harmonies of #CD76D3
Complementary color
Monochromatic Colors of #CD76D3
Black with #CD76D3
Text Example
Text Example
White with #CD76D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD76D3; }
p { color: rgb(205,118,211); }
H1.HeaderClassName
{
color: #CD76D3;
}
.AnyTagClassName
{
color: #CD76D3;
}
</style>
background-color css
<style>
a { background-color: #CD76D3; }
a { background-color: rgb(205,118,211); }
div.DivClassName
{
background-color: #CD76D3;
}
.BgClassName
{
background-color: #CD76D3;
}
</style>
border-color css
<style>
span { border-color: #CD76D3; }
span { border-color: rgb(205,118,211); }
td.TdClassName
{
border-color: #CD76D3;
}
.TagClassName
{
border-color: #CD76D3;
}
</style>