Shades of Orchid #D685DC
Tints of Orchid #D685DC
RGB
CMYK
RGB Variations
Color information
#D685DC (or 0xD685DC) is known color: Orchid. HEX triplet: D6, 85 and DC. RGB value is (214,133,220). Sum of RGB (Red+Green+Blue) = 214+133+220=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 133 (52.34% from 255 or 23.46% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #D685DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685DC is #297A23. Grayscale: #A6A6A6. Windows color (decimal): -2718244 or 14452182. OLE color: 14452182.
HSL color Cylindrical-coordinate representation of color #D685DC: hue angle of 295.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D685DC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 133 | 220 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.14 |
| HSL | 295.86º | 0.55% | 0.69% | - |
| HSV(B) | 295.86º | 0.4% | 0.86% | - |
| XYZ | 49.04 | 36.24 | 72.12 | - |
| YUV | 167.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 220 | 0.03 | 0.40 | 0 | 0.14 | 295.86 | 0.55 | 0.69 |
| Hex | D6 | 85 | DC | 3 | 28 | 0 | E | 128 | 37 | 45 |
| Octal | 326 | 205 | 334 | 3 | 50 | 0 | 16 | 450 | 67 | 105 |
| Binary | 11010110 | 10000101 | 11011100 | 11 | 101000 | 0 | 1110 | 100101000 | 110111 | 1000101 |
Color Harmonies of #D685DC
Complementary color
Monochromatic Colors of #D685DC
Black with #D685DC
Text Example
Text Example
White with #D685DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685DC; }
p { color: rgb(214,133,220); }
H1.HeaderClassName
{
color: #D685DC;
}
.AnyTagClassName
{
color: #D685DC;
}
</style>
background-color css
<style>
a { background-color: #D685DC; }
a { background-color: rgb(214,133,220); }
div.DivClassName
{
background-color: #D685DC;
}
.BgClassName
{
background-color: #D685DC;
}
</style>
border-color css
<style>
span { border-color: #D685DC; }
span { border-color: rgb(214,133,220); }
td.TdClassName
{
border-color: #D685DC;
}
.TagClassName
{
border-color: #D685DC;
}
</style>