Shades of Orchid #D686CC
Tints of Orchid #D686CC
RGB
CMYK
RGB Variations
Color information
#D686CC (or 0xD686CC) is known color: Orchid. HEX triplet: D6, 86 and CC. RGB value is (214,134,204). Sum of RGB (Red+Green+Blue) = 214+134+204=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 214 - color contains mainly: red. Hex color #D686CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D686CC is #297933. Grayscale: #A5A5A5. Windows color (decimal): -2718004 or 13403862. OLE color: 13403862.
HSL color Cylindrical-coordinate representation of color #D686CC: hue angle of 307.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D686CC is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 204 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.16 |
| HSL | 307.5º | 0.49% | 0.68% | - |
| HSV(B) | 307.5º | 0.37% | 0.84% | - |
| XYZ | 47.16 | 35.71 | 61.53 | - |
| YUV | 165.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 204 | 0 | 0.37 | 0.05 | 0.16 | 307.5 | 0.49 | 0.68 |
| Hex | D6 | 86 | CC | 0 | 25 | 5 | 10 | 134 | 31 | 44 |
| Octal | 326 | 206 | 314 | 0 | 45 | 5 | 20 | 464 | 61 | 104 |
| Binary | 11010110 | 10000110 | 11001100 | 0 | 100101 | 101 | 10000 | 100110100 | 110001 | 1000100 |
Color Harmonies of #D686CC
Complementary color
Monochromatic Colors of #D686CC
Black with #D686CC
Text Example
Text Example
White with #D686CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D686CC; }
p { color: rgb(214,134,204); }
H1.HeaderClassName
{
color: #D686CC;
}
.AnyTagClassName
{
color: #D686CC;
}
</style>
background-color css
<style>
a { background-color: #D686CC; }
a { background-color: rgb(214,134,204); }
div.DivClassName
{
background-color: #D686CC;
}
.BgClassName
{
background-color: #D686CC;
}
</style>
border-color css
<style>
span { border-color: #D686CC; }
span { border-color: rgb(214,134,204); }
td.TdClassName
{
border-color: #D686CC;
}
.TagClassName
{
border-color: #D686CC;
}
</style>