Shades of Orchid #D669D4
Tints of Orchid #D669D4
RGB
CMYK
RGB Variations
Color information
#D669D4 (or 0xD669D4) is known color: Orchid. HEX triplet: D6, 69 and D4. RGB value is (214,105,212). Sum of RGB (Red+Green+Blue) = 214+105+212=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D669D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669D4 is #29962B. Grayscale: #959595. Windows color (decimal): -2725420 or 13920726. OLE color: 13920726.
HSL color Cylindrical-coordinate representation of color #D669D4: hue angle of 301.1º 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 #D669D4 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 212 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.16 |
| HSL | 301.1º | 0.57% | 0.63% | - |
| HSV(B) | 301.1º | 0.51% | 0.84% | - |
| XYZ | 44.67 | 29.15 | 65.56 | - |
| YUV | 149.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 212 | 0 | 0.51 | 0.01 | 0.16 | 301.1 | 0.57 | 0.63 |
| Hex | D6 | 69 | D4 | 0 | 33 | 1 | 10 | 12D | 39 | 3F |
| Octal | 326 | 151 | 324 | 0 | 63 | 1 | 20 | 455 | 71 | 77 |
| Binary | 11010110 | 1101001 | 11010100 | 0 | 110011 | 1 | 10000 | 100101101 | 111001 | 111111 |
Color Harmonies of #D669D4
Complementary color
Monochromatic Colors of #D669D4
Black with #D669D4
Text Example
Text Example
White with #D669D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669D4; }
p { color: rgb(214,105,212); }
H1.HeaderClassName
{
color: #D669D4;
}
.AnyTagClassName
{
color: #D669D4;
}
</style>
background-color css
<style>
a { background-color: #D669D4; }
a { background-color: rgb(214,105,212); }
div.DivClassName
{
background-color: #D669D4;
}
.BgClassName
{
background-color: #D669D4;
}
</style>
border-color css
<style>
span { border-color: #D669D4; }
span { border-color: rgb(214,105,212); }
td.TdClassName
{
border-color: #D669D4;
}
.TagClassName
{
border-color: #D669D4;
}
</style>