Shades of Orchid #DC69D8
Tints of Orchid #DC69D8
RGB
CMYK
RGB Variations
Color information
#DC69D8 (or 0xDC69D8) is known color: Orchid. HEX triplet: DC, 69 and D8. RGB value is (220,105,216). Sum of RGB (Red+Green+Blue) = 220+105+216=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69D8 is #239627. Grayscale: #979797. Windows color (decimal): -2332200 or 14182876. OLE color: 14182876.
HSL color Cylindrical-coordinate representation of color #DC69D8: hue angle of 302.09º 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 #DC69D8 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 216 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.14 |
| HSL | 302.09º | 0.62% | 0.64% | - |
| HSV(B) | 302.09º | 0.52% | 0.86% | - |
| XYZ | 46.96 | 30.28 | 68.33 | - |
| YUV | 152.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 216 | 0 | 0.52 | 0.02 | 0.14 | 302.09 | 0.62 | 0.64 |
| Hex | DC | 69 | D8 | 0 | 34 | 2 | E | 12E | 3E | 40 |
| Octal | 334 | 151 | 330 | 0 | 64 | 2 | 16 | 456 | 76 | 100 |
| Binary | 11011100 | 1101001 | 11011000 | 0 | 110100 | 10 | 1110 | 100101110 | 111110 | 1000000 |
Color Harmonies of #DC69D8
Complementary color
Monochromatic Colors of #DC69D8
Black with #DC69D8
Text Example
Text Example
White with #DC69D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69D8; }
p { color: rgb(220,105,216); }
H1.HeaderClassName
{
color: #DC69D8;
}
.AnyTagClassName
{
color: #DC69D8;
}
</style>
background-color css
<style>
a { background-color: #DC69D8; }
a { background-color: rgb(220,105,216); }
div.DivClassName
{
background-color: #DC69D8;
}
.BgClassName
{
background-color: #DC69D8;
}
</style>
border-color css
<style>
span { border-color: #DC69D8; }
span { border-color: rgb(220,105,216); }
td.TdClassName
{
border-color: #DC69D8;
}
.TagClassName
{
border-color: #DC69D8;
}
</style>