Shades of Orchid #D680CD
Tints of Orchid #D680CD
RGB
CMYK
RGB Variations
Color information
#D680CD (or 0xD680CD) is known color: Orchid. HEX triplet: D6, 80 and CD. RGB value is (214,128,205). Sum of RGB (Red+Green+Blue) = 214+128+205=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 214 - color contains mainly: red. Hex color #D680CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680CD is #297F32. Grayscale: #A2A2A2. Windows color (decimal): -2719539 or 13467862. OLE color: 13467862.
HSL color Cylindrical-coordinate representation of color #D680CD: hue angle of 306.28º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D680CD is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 205 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.16 |
| HSL | 306.28º | 0.51% | 0.67% | - |
| HSV(B) | 306.28º | 0.4% | 0.84% | - |
| XYZ | 46.47 | 34.14 | 61.9 | - |
| YUV | 162.49 | 151.99 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 205 | 0 | 0.40 | 0.04 | 0.16 | 306.28 | 0.51 | 0.67 |
| Hex | D6 | 80 | CD | 0 | 28 | 4 | 10 | 132 | 33 | 43 |
| Octal | 326 | 200 | 315 | 0 | 50 | 4 | 20 | 462 | 63 | 103 |
| Binary | 11010110 | 10000000 | 11001101 | 0 | 101000 | 100 | 10000 | 100110010 | 110011 | 1000011 |
Color Harmonies of #D680CD
Complementary color
Monochromatic Colors of #D680CD
Black with #D680CD
Text Example
Text Example
White with #D680CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680CD; }
p { color: rgb(214,128,205); }
H1.HeaderClassName
{
color: #D680CD;
}
.AnyTagClassName
{
color: #D680CD;
}
</style>
background-color css
<style>
a { background-color: #D680CD; }
a { background-color: rgb(214,128,205); }
div.DivClassName
{
background-color: #D680CD;
}
.BgClassName
{
background-color: #D680CD;
}
</style>
border-color css
<style>
span { border-color: #D680CD; }
span { border-color: rgb(214,128,205); }
td.TdClassName
{
border-color: #D680CD;
}
.TagClassName
{
border-color: #D680CD;
}
</style>