Shades of Orchid #D069D1
Tints of Orchid #D069D1
RGB
CMYK
RGB Variations
Color information
#D069D1 (or 0xD069D1) is known color: Orchid. HEX triplet: D0, 69 and D1. RGB value is (208,105,209). Sum of RGB (Red+Green+Blue) = 208+105+209=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #D069D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069D1 is #2F962E. Grayscale: #939393. Windows color (decimal): -3118639 or 13724112. OLE color: 13724112.
HSL color Cylindrical-coordinate representation of color #D069D1: hue angle of 299.42º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D069D1 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 105 | 209 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.18 |
| HSL | 299.42º | 0.53% | 0.62% | - |
| HSV(B) | 299.42º | 0.5% | 0.82% | - |
| XYZ | 42.57 | 28.12 | 63.5 | - |
| YUV | 147.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 105 | 209 | 0.00 | 0.50 | 0 | 0.18 | 299.42 | 0.53 | 0.62 |
| Hex | D0 | 69 | D1 | 0 | 32 | 0 | 12 | 12B | 35 | 3E |
| Octal | 320 | 151 | 321 | 0 | 62 | 0 | 22 | 453 | 65 | 76 |
| Binary | 11010000 | 1101001 | 11010001 | 0 | 110010 | 0 | 10010 | 100101011 | 110101 | 111110 |
Color Harmonies of #D069D1
Complementary color
Monochromatic Colors of #D069D1
Black with #D069D1
Text Example
Text Example
White with #D069D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D069D1; }
p { color: rgb(208,105,209); }
H1.HeaderClassName
{
color: #D069D1;
}
.AnyTagClassName
{
color: #D069D1;
}
</style>
background-color css
<style>
a { background-color: #D069D1; }
a { background-color: rgb(208,105,209); }
div.DivClassName
{
background-color: #D069D1;
}
.BgClassName
{
background-color: #D069D1;
}
</style>
border-color css
<style>
span { border-color: #D069D1; }
span { border-color: rgb(208,105,209); }
td.TdClassName
{
border-color: #D069D1;
}
.TagClassName
{
border-color: #D069D1;
}
</style>