Shades of Orchid #CD76DB
Tints of Orchid #CD76DB
RGB
CMYK
RGB Variations
Color information
#CD76DB (or 0xCD76DB) is known color: Orchid. HEX triplet: CD, 76 and DB. RGB value is (205,118,219). Sum of RGB (Red+Green+Blue) = 205+118+219=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76DB is #328924. Grayscale: #9B9B9B. Windows color (decimal): -3311909 or 14382797. OLE color: 14382797.
HSL color Cylindrical-coordinate representation of color #CD76DB: hue angle of 291.68º degrees, saturation: 0.58, 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 #CD76DB is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 118 | 219 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.14 |
| HSL | 291.68º | 0.58% | 0.66% | - |
| HSV(B) | 291.68º | 0.46% | 0.86% | - |
| XYZ | 44.44 | 31.05 | 70.67 | - |
| YUV | 155.53 | 163.82 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 219 | 0.06 | 0.46 | 0 | 0.14 | 291.68 | 0.58 | 0.66 |
| Hex | CD | 76 | DB | 6 | 2E | 0 | E | 124 | 3A | 42 |
| Octal | 315 | 166 | 333 | 6 | 56 | 0 | 16 | 444 | 72 | 102 |
| Binary | 11001101 | 1110110 | 11011011 | 110 | 101110 | 0 | 1110 | 100100100 | 111010 | 1000010 |
Color Harmonies of #CD76DB
Complementary color
Monochromatic Colors of #CD76DB
Black with #CD76DB
Text Example
Text Example
White with #CD76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD76DB; }
p { color: rgb(205,118,219); }
H1.HeaderClassName
{
color: #CD76DB;
}
.AnyTagClassName
{
color: #CD76DB;
}
</style>
background-color css
<style>
a { background-color: #CD76DB; }
a { background-color: rgb(205,118,219); }
div.DivClassName
{
background-color: #CD76DB;
}
.BgClassName
{
background-color: #CD76DB;
}
</style>
border-color css
<style>
span { border-color: #CD76DB; }
span { border-color: rgb(205,118,219); }
td.TdClassName
{
border-color: #CD76DB;
}
.TagClassName
{
border-color: #CD76DB;
}
</style>