Shades of Orchid #D680E3
Tints of Orchid #D680E3
RGB
CMYK
RGB Variations
Color information
#D680E3 (or 0xD680E3) is known color: Orchid. HEX triplet: D6, 80 and E3. RGB value is (214,128,227). Sum of RGB (Red+Green+Blue) = 214+128+227=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 227 - color contains mainly: blue. Hex color #D680E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680E3 is #297F1C. Grayscale: #A4A4A4. Windows color (decimal): -2719517 or 14909654. OLE color: 14909654.
HSL color Cylindrical-coordinate representation of color #D680E3: hue angle of 292.12º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D680E3 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 128 | 227 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.11 |
| HSL | 292.12º | 0.64% | 0.7% | - |
| HSV(B) | 292.12º | 0.44% | 0.89% | - |
| XYZ | 49.32 | 35.28 | 76.88 | - |
| YUV | 165 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 227 | 0.06 | 0.44 | 0 | 0.11 | 292.12 | 0.64 | 0.7 |
| Hex | D6 | 80 | E3 | 6 | 2C | 0 | B | 124 | 40 | 46 |
| Octal | 326 | 200 | 343 | 6 | 54 | 0 | 13 | 444 | 100 | 106 |
| Binary | 11010110 | 10000000 | 11100011 | 110 | 101100 | 0 | 1011 | 100100100 | 1000000 | 1000110 |
Color Harmonies of #D680E3
Complementary color
Monochromatic Colors of #D680E3
Black with #D680E3
Text Example
Text Example
White with #D680E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D680E3; }
p { color: rgb(214,128,227); }
H1.HeaderClassName
{
color: #D680E3;
}
.AnyTagClassName
{
color: #D680E3;
}
</style>
background-color css
<style>
a { background-color: #D680E3; }
a { background-color: rgb(214,128,227); }
div.DivClassName
{
background-color: #D680E3;
}
.BgClassName
{
background-color: #D680E3;
}
</style>
border-color css
<style>
span { border-color: #D680E3; }
span { border-color: rgb(214,128,227); }
td.TdClassName
{
border-color: #D680E3;
}
.TagClassName
{
border-color: #D680E3;
}
</style>