Shades of Orchid #CD76DC
Tints of Orchid #CD76DC
RGB
CMYK
RGB Variations
Color information
#CD76DC (or 0xCD76DC) is known color: Orchid. HEX triplet: CD, 76 and DC. RGB value is (205,118,220). Sum of RGB (Red+Green+Blue) = 205+118+220=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD76DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76DC is #328923. Grayscale: #9B9B9B. Windows color (decimal): -3311908 or 14448333. OLE color: 14448333.
HSL color Cylindrical-coordinate representation of color #CD76DC: hue angle of 291.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD76DC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 118 | 220 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.14 |
| HSL | 291.18º | 0.59% | 0.66% | - |
| HSV(B) | 291.18º | 0.46% | 0.86% | - |
| XYZ | 44.57 | 31.1 | 71.36 | - |
| YUV | 155.64 | 164.32 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 220 | 0.07 | 0.46 | 0 | 0.14 | 291.18 | 0.59 | 0.66 |
| Hex | CD | 76 | DC | 7 | 2E | 0 | E | 123 | 3B | 42 |
| Octal | 315 | 166 | 334 | 7 | 56 | 0 | 16 | 443 | 73 | 102 |
| Binary | 11001101 | 1110110 | 11011100 | 111 | 101110 | 0 | 1110 | 100100011 | 111011 | 1000010 |
Color Harmonies of #CD76DC
Complementary color
Monochromatic Colors of #CD76DC
Black with #CD76DC
Text Example
Text Example
White with #CD76DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD76DC; }
p { color: rgb(205,118,220); }
H1.HeaderClassName
{
color: #CD76DC;
}
.AnyTagClassName
{
color: #CD76DC;
}
</style>
background-color css
<style>
a { background-color: #CD76DC; }
a { background-color: rgb(205,118,220); }
div.DivClassName
{
background-color: #CD76DC;
}
.BgClassName
{
background-color: #CD76DC;
}
</style>
border-color css
<style>
span { border-color: #CD76DC; }
span { border-color: rgb(205,118,220); }
td.TdClassName
{
border-color: #CD76DC;
}
.TagClassName
{
border-color: #CD76DC;
}
</style>