Shades of Orchid #D669D0
Tints of Orchid #D669D0
RGB
CMYK
RGB Variations
Color information
#D669D0 (or 0xD669D0) is known color: Orchid. HEX triplet: D6, 69 and D0. RGB value is (214,105,208). Sum of RGB (Red+Green+Blue) = 214+105+208=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D669D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669D0 is #29962F. Grayscale: #959595. Windows color (decimal): -2725424 or 13658582. OLE color: 13658582.
HSL color Cylindrical-coordinate representation of color #D669D0: hue angle of 303.3º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D669D0 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 208 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.16 |
| HSL | 303.3º | 0.57% | 0.63% | - |
| HSV(B) | 303.3º | 0.51% | 0.84% | - |
| XYZ | 44.17 | 28.95 | 62.94 | - |
| YUV | 149.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 208 | 0 | 0.51 | 0.03 | 0.16 | 303.3 | 0.57 | 0.63 |
| Hex | D6 | 69 | D0 | 0 | 33 | 3 | 10 | 12F | 39 | 3F |
| Octal | 326 | 151 | 320 | 0 | 63 | 3 | 20 | 457 | 71 | 77 |
| Binary | 11010110 | 1101001 | 11010000 | 0 | 110011 | 11 | 10000 | 100101111 | 111001 | 111111 |
Color Harmonies of #D669D0
Complementary color
Monochromatic Colors of #D669D0
Black with #D669D0
Text Example
Text Example
White with #D669D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669D0; }
p { color: rgb(214,105,208); }
H1.HeaderClassName
{
color: #D669D0;
}
.AnyTagClassName
{
color: #D669D0;
}
</style>
background-color css
<style>
a { background-color: #D669D0; }
a { background-color: rgb(214,105,208); }
div.DivClassName
{
background-color: #D669D0;
}
.BgClassName
{
background-color: #D669D0;
}
</style>
border-color css
<style>
span { border-color: #D669D0; }
span { border-color: rgb(214,105,208); }
td.TdClassName
{
border-color: #D669D0;
}
.TagClassName
{
border-color: #D669D0;
}
</style>