Shades of Orchid #D680CF
Tints of Orchid #D680CF
RGB
CMYK
RGB Variations
Color information
#D680CF (or 0xD680CF) is known color: Orchid. HEX triplet: D6, 80 and CF. RGB value is (214,128,207). Sum of RGB (Red+Green+Blue) = 214+128+207=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 214 - color contains mainly: red. Hex color #D680CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680CF is #297F30. Grayscale: #A2A2A2. Windows color (decimal): -2719537 or 13598934. OLE color: 13598934.
HSL color Cylindrical-coordinate representation of color #D680CF: hue angle of 304.88º 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 #D680CF is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 207 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.16 |
| HSL | 304.88º | 0.51% | 0.67% | - |
| HSV(B) | 304.88º | 0.4% | 0.84% | - |
| XYZ | 46.71 | 34.24 | 63.18 | - |
| YUV | 162.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 207 | 0 | 0.40 | 0.03 | 0.16 | 304.88 | 0.51 | 0.67 |
| Hex | D6 | 80 | CF | 0 | 28 | 3 | 10 | 131 | 33 | 43 |
| Octal | 326 | 200 | 317 | 0 | 50 | 3 | 20 | 461 | 63 | 103 |
| Binary | 11010110 | 10000000 | 11001111 | 0 | 101000 | 11 | 10000 | 100110001 | 110011 | 1000011 |
Color Harmonies of #D680CF
Complementary color
Monochromatic Colors of #D680CF
Black with #D680CF
Text Example
Text Example
White with #D680CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680CF; }
p { color: rgb(214,128,207); }
H1.HeaderClassName
{
color: #D680CF;
}
.AnyTagClassName
{
color: #D680CF;
}
</style>
background-color css
<style>
a { background-color: #D680CF; }
a { background-color: rgb(214,128,207); }
div.DivClassName
{
background-color: #D680CF;
}
.BgClassName
{
background-color: #D680CF;
}
</style>
border-color css
<style>
span { border-color: #D680CF; }
span { border-color: rgb(214,128,207); }
td.TdClassName
{
border-color: #D680CF;
}
.TagClassName
{
border-color: #D680CF;
}
</style>