Shades of Orchid #D669DB
Tints of Orchid #D669DB
RGB
CMYK
RGB Variations
Color information
#D669DB (or 0xD669DB) is known color: Orchid. HEX triplet: D6, 69 and DB. RGB value is (214,105,219). Sum of RGB (Red+Green+Blue) = 214+105+219=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #D669DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669DB is #299624. Grayscale: #969696. Windows color (decimal): -2725413 or 14379478. OLE color: 14379478.
HSL color Cylindrical-coordinate representation of color #D669DB: hue angle of 297.37º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D669DB is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 105 | 219 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.14 |
| HSL | 297.37º | 0.61% | 0.64% | - |
| HSV(B) | 297.37º | 0.52% | 0.86% | - |
| XYZ | 45.57 | 29.51 | 70.31 | - |
| YUV | 150.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 219 | 0.02 | 0.52 | 0 | 0.14 | 297.37 | 0.61 | 0.64 |
| Hex | D6 | 69 | DB | 2 | 34 | 0 | E | 129 | 3D | 40 |
| Octal | 326 | 151 | 333 | 2 | 64 | 0 | 16 | 451 | 75 | 100 |
| Binary | 11010110 | 1101001 | 11011011 | 10 | 110100 | 0 | 1110 | 100101001 | 111101 | 1000000 |
Color Harmonies of #D669DB
Complementary color
Monochromatic Colors of #D669DB
Black with #D669DB
Text Example
Text Example
White with #D669DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669DB; }
p { color: rgb(214,105,219); }
H1.HeaderClassName
{
color: #D669DB;
}
.AnyTagClassName
{
color: #D669DB;
}
</style>
background-color css
<style>
a { background-color: #D669DB; }
a { background-color: rgb(214,105,219); }
div.DivClassName
{
background-color: #D669DB;
}
.BgClassName
{
background-color: #D669DB;
}
</style>
border-color css
<style>
span { border-color: #D669DB; }
span { border-color: rgb(214,105,219); }
td.TdClassName
{
border-color: #D669DB;
}
.TagClassName
{
border-color: #D669DB;
}
</style>