Shades of Orchid #D685CE
Tints of Orchid #D685CE
RGB
CMYK
RGB Variations
Color information
#D685CE (or 0xD685CE) is known color: Orchid. HEX triplet: D6, 85 and CE. RGB value is (214,133,206). Sum of RGB (Red+Green+Blue) = 214+133+206=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D685CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685CE is #297A31. Grayscale: #A5A5A5. Windows color (decimal): -2718258 or 13534678. OLE color: 13534678.
HSL color Cylindrical-coordinate representation of color #D685CE: hue angle of 305.93º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D685CE is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 206 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.16 |
| HSL | 305.93º | 0.5% | 0.68% | - |
| HSV(B) | 305.93º | 0.38% | 0.84% | - |
| XYZ | 47.26 | 35.53 | 62.76 | - |
| YUV | 165.54 | 150.84 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 206 | 0 | 0.38 | 0.04 | 0.16 | 305.93 | 0.5 | 0.68 |
| Hex | D6 | 85 | CE | 0 | 26 | 4 | 10 | 132 | 32 | 44 |
| Octal | 326 | 205 | 316 | 0 | 46 | 4 | 20 | 462 | 62 | 104 |
| Binary | 11010110 | 10000101 | 11001110 | 0 | 100110 | 100 | 10000 | 100110010 | 110010 | 1000100 |
Color Harmonies of #D685CE
Complementary color
Monochromatic Colors of #D685CE
Black with #D685CE
Text Example
Text Example
White with #D685CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D685CE; }
p { color: rgb(214,133,206); }
H1.HeaderClassName
{
color: #D685CE;
}
.AnyTagClassName
{
color: #D685CE;
}
</style>
background-color css
<style>
a { background-color: #D685CE; }
a { background-color: rgb(214,133,206); }
div.DivClassName
{
background-color: #D685CE;
}
.BgClassName
{
background-color: #D685CE;
}
</style>
border-color css
<style>
span { border-color: #D685CE; }
span { border-color: rgb(214,133,206); }
td.TdClassName
{
border-color: #D685CE;
}
.TagClassName
{
border-color: #D685CE;
}
</style>