Shades of Orchid #D06FD1
Tints of Orchid #D06FD1
RGB
CMYK
RGB Variations
Color information
#D06FD1 (or 0xD06FD1) is known color: Orchid. HEX triplet: D0, 6F and D1. RGB value is (208,111,209). Sum of RGB (Red+Green+Blue) = 208+111+209=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #D06FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D06FD1 is #2F902E. Grayscale: #969696. Windows color (decimal): -3117103 or 13725648. OLE color: 13725648.
HSL color Cylindrical-coordinate representation of color #D06FD1: hue angle of 299.39º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06FD1 is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 209 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.18 |
| HSL | 299.39º | 0.52% | 0.63% | - |
| HSV(B) | 299.39º | 0.47% | 0.82% | - |
| XYZ | 43.21 | 29.38 | 63.72 | - |
| YUV | 151.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 209 | 0.00 | 0.47 | 0 | 0.18 | 299.39 | 0.52 | 0.63 |
| Hex | D0 | 6F | D1 | 0 | 2F | 0 | 12 | 12B | 34 | 3F |
| Octal | 320 | 157 | 321 | 0 | 57 | 0 | 22 | 453 | 64 | 77 |
| Binary | 11010000 | 1101111 | 11010001 | 0 | 101111 | 0 | 10010 | 100101011 | 110100 | 111111 |
Color Harmonies of #D06FD1
Complementary color
Monochromatic Colors of #D06FD1
Black with #D06FD1
Text Example
Text Example
White with #D06FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FD1; }
p { color: rgb(208,111,209); }
H1.HeaderClassName
{
color: #D06FD1;
}
.AnyTagClassName
{
color: #D06FD1;
}
</style>
background-color css
<style>
a { background-color: #D06FD1; }
a { background-color: rgb(208,111,209); }
div.DivClassName
{
background-color: #D06FD1;
}
.BgClassName
{
background-color: #D06FD1;
}
</style>
border-color css
<style>
span { border-color: #D06FD1; }
span { border-color: rgb(208,111,209); }
td.TdClassName
{
border-color: #D06FD1;
}
.TagClassName
{
border-color: #D06FD1;
}
</style>