Shades of Orchid #D680DC
Tints of Orchid #D680DC
RGB
CMYK
RGB Variations
Color information
#D680DC (or 0xD680DC) is known color: Orchid. HEX triplet: D6, 80 and DC. RGB value is (214,128,220). Sum of RGB (Red+Green+Blue) = 214+128+220=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #D680DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680DC is #297F23. Grayscale: #A3A3A3. Windows color (decimal): -2719524 or 14450902. OLE color: 14450902.
HSL color Cylindrical-coordinate representation of color #D680DC: hue angle of 296.09º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D680DC is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 128 | 220 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.14 |
| HSL | 296.09º | 0.57% | 0.68% | - |
| HSV(B) | 296.09º | 0.42% | 0.86% | - |
| XYZ | 48.37 | 34.9 | 71.9 | - |
| YUV | 164.2 | 159.49 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 220 | 0.03 | 0.42 | 0 | 0.14 | 296.09 | 0.57 | 0.68 |
| Hex | D6 | 80 | DC | 3 | 2A | 0 | E | 128 | 39 | 44 |
| Octal | 326 | 200 | 334 | 3 | 52 | 0 | 16 | 450 | 71 | 104 |
| Binary | 11010110 | 10000000 | 11011100 | 11 | 101010 | 0 | 1110 | 100101000 | 111001 | 1000100 |
Color Harmonies of #D680DC
Complementary color
Monochromatic Colors of #D680DC
Black with #D680DC
Text Example
Text Example
White with #D680DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680DC; }
p { color: rgb(214,128,220); }
H1.HeaderClassName
{
color: #D680DC;
}
.AnyTagClassName
{
color: #D680DC;
}
</style>
background-color css
<style>
a { background-color: #D680DC; }
a { background-color: rgb(214,128,220); }
div.DivClassName
{
background-color: #D680DC;
}
.BgClassName
{
background-color: #D680DC;
}
</style>
border-color css
<style>
span { border-color: #D680DC; }
span { border-color: rgb(214,128,220); }
td.TdClassName
{
border-color: #D680DC;
}
.TagClassName
{
border-color: #D680DC;
}
</style>