Shades of Orchid #D069DF
Tints of Orchid #D069DF
RGB
CMYK
RGB Variations
Color information
#D069DF (or 0xD069DF) is known color: Orchid. HEX triplet: D0, 69 and DF. RGB value is (208,105,223). Sum of RGB (Red+Green+Blue) = 208+105+223=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #D069DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069DF is #2F9620. Grayscale: #949494. Windows color (decimal): -3118625 or 14641616. OLE color: 14641616.
HSL color Cylindrical-coordinate representation of color #D069DF: hue angle of 292.37º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D069DF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 105 | 223 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.13 |
| HSL | 292.37º | 0.65% | 0.64% | - |
| HSV(B) | 292.37º | 0.53% | 0.87% | - |
| XYZ | 44.38 | 28.84 | 73.04 | - |
| YUV | 149.25 | 169.62 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 223 | 0.07 | 0.53 | 0 | 0.13 | 292.37 | 0.65 | 0.64 |
| Hex | D0 | 69 | DF | 7 | 35 | 0 | D | 124 | 41 | 40 |
| Octal | 320 | 151 | 337 | 7 | 65 | 0 | 15 | 444 | 101 | 100 |
| Binary | 11010000 | 1101001 | 11011111 | 111 | 110101 | 0 | 1101 | 100100100 | 1000001 | 1000000 |
Color Harmonies of #D069DF
Complementary color
Monochromatic Colors of #D069DF
Black with #D069DF
Text Example
Text Example
White with #D069DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D069DF; }
p { color: rgb(208,105,223); }
H1.HeaderClassName
{
color: #D069DF;
}
.AnyTagClassName
{
color: #D069DF;
}
</style>
background-color css
<style>
a { background-color: #D069DF; }
a { background-color: rgb(208,105,223); }
div.DivClassName
{
background-color: #D069DF;
}
.BgClassName
{
background-color: #D069DF;
}
</style>
border-color css
<style>
span { border-color: #D069DF; }
span { border-color: rgb(208,105,223); }
td.TdClassName
{
border-color: #D069DF;
}
.TagClassName
{
border-color: #D069DF;
}
</style>