Shades of Orchid #D669DC
Tints of Orchid #D669DC
RGB
CMYK
RGB Variations
Color information
#D669DC (or 0xD669DC) is known color: Orchid. HEX triplet: D6, 69 and DC. RGB value is (214,105,220). Sum of RGB (Red+Green+Blue) = 214+105+220=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #D669DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669DC is #299623. Grayscale: #969696. Windows color (decimal): -2725412 or 14445014. OLE color: 14445014.
HSL color Cylindrical-coordinate representation of color #D669DC: hue angle of 296.87º degrees, saturation: 0.62, 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 #D669DC is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 105 | 220 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.14 |
| HSL | 296.87º | 0.62% | 0.64% | - |
| HSV(B) | 296.87º | 0.52% | 0.86% | - |
| XYZ | 45.7 | 29.57 | 71.01 | - |
| YUV | 150.7 | 167.11 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 220 | 0.03 | 0.52 | 0 | 0.14 | 296.87 | 0.62 | 0.64 |
| Hex | D6 | 69 | DC | 3 | 34 | 0 | E | 129 | 3E | 40 |
| Octal | 326 | 151 | 334 | 3 | 64 | 0 | 16 | 451 | 76 | 100 |
| Binary | 11010110 | 1101001 | 11011100 | 11 | 110100 | 0 | 1110 | 100101001 | 111110 | 1000000 |
Color Harmonies of #D669DC
Complementary color
Monochromatic Colors of #D669DC
Black with #D669DC
Text Example
Text Example
White with #D669DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669DC; }
p { color: rgb(214,105,220); }
H1.HeaderClassName
{
color: #D669DC;
}
.AnyTagClassName
{
color: #D669DC;
}
</style>
background-color css
<style>
a { background-color: #D669DC; }
a { background-color: rgb(214,105,220); }
div.DivClassName
{
background-color: #D669DC;
}
.BgClassName
{
background-color: #D669DC;
}
</style>
border-color css
<style>
span { border-color: #D669DC; }
span { border-color: rgb(214,105,220); }
td.TdClassName
{
border-color: #D669DC;
}
.TagClassName
{
border-color: #D669DC;
}
</style>