Shades of Orchid #D669D1
Tints of Orchid #D669D1
RGB
CMYK
RGB Variations
Color information
#D669D1 (or 0xD669D1) is known color: Orchid. HEX triplet: D6, 69 and D1. RGB value is (214,105,209). Sum of RGB (Red+Green+Blue) = 214+105+209=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D669D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669D1 is #29962E. Grayscale: #959595. Windows color (decimal): -2725423 or 13724118. OLE color: 13724118.
HSL color Cylindrical-coordinate representation of color #D669D1: hue angle of 302.75º 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 #D669D1 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 209 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.16 |
| HSL | 302.75º | 0.57% | 0.63% | - |
| HSV(B) | 302.75º | 0.51% | 0.84% | - |
| XYZ | 44.29 | 29 | 63.59 | - |
| YUV | 149.45 | 161.61 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 209 | 0 | 0.51 | 0.02 | 0.16 | 302.75 | 0.57 | 0.63 |
| Hex | D6 | 69 | D1 | 0 | 33 | 2 | 10 | 12F | 39 | 3F |
| Octal | 326 | 151 | 321 | 0 | 63 | 2 | 20 | 457 | 71 | 77 |
| Binary | 11010110 | 1101001 | 11010001 | 0 | 110011 | 10 | 10000 | 100101111 | 111001 | 111111 |
Color Harmonies of #D669D1
Complementary color
Monochromatic Colors of #D669D1
Black with #D669D1
Text Example
Text Example
White with #D669D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669D1; }
p { color: rgb(214,105,209); }
H1.HeaderClassName
{
color: #D669D1;
}
.AnyTagClassName
{
color: #D669D1;
}
</style>
background-color css
<style>
a { background-color: #D669D1; }
a { background-color: rgb(214,105,209); }
div.DivClassName
{
background-color: #D669D1;
}
.BgClassName
{
background-color: #D669D1;
}
</style>
border-color css
<style>
span { border-color: #D669D1; }
span { border-color: rgb(214,105,209); }
td.TdClassName
{
border-color: #D669D1;
}
.TagClassName
{
border-color: #D669D1;
}
</style>