Shades of Orchid #DC69DA
Tints of Orchid #DC69DA
RGB
CMYK
RGB Variations
Color information
#DC69DA (or 0xDC69DA) is known color: Orchid. HEX triplet: DC, 69 and DA. RGB value is (220,105,218). Sum of RGB (Red+Green+Blue) = 220+105+218=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69DA is #239625. Grayscale: #979797. Windows color (decimal): -2332198 or 14313948. OLE color: 14313948.
HSL color Cylindrical-coordinate representation of color #DC69DA: hue angle of 301.04º 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 #DC69DA is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 218 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.14 |
| HSL | 301.04º | 0.62% | 0.64% | - |
| HSV(B) | 301.04º | 0.52% | 0.86% | - |
| XYZ | 47.22 | 30.38 | 69.7 | - |
| YUV | 152.27 | 165.1 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 218 | 0 | 0.52 | 0.01 | 0.14 | 301.04 | 0.62 | 0.64 |
| Hex | DC | 69 | DA | 0 | 34 | 1 | E | 12D | 3E | 40 |
| Octal | 334 | 151 | 332 | 0 | 64 | 1 | 16 | 455 | 76 | 100 |
| Binary | 11011100 | 1101001 | 11011010 | 0 | 110100 | 1 | 1110 | 100101101 | 111110 | 1000000 |
Color Harmonies of #DC69DA
Complementary color
Monochromatic Colors of #DC69DA
Black with #DC69DA
Text Example
Text Example
White with #DC69DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69DA; }
p { color: rgb(220,105,218); }
H1.HeaderClassName
{
color: #DC69DA;
}
.AnyTagClassName
{
color: #DC69DA;
}
</style>
background-color css
<style>
a { background-color: #DC69DA; }
a { background-color: rgb(220,105,218); }
div.DivClassName
{
background-color: #DC69DA;
}
.BgClassName
{
background-color: #DC69DA;
}
</style>
border-color css
<style>
span { border-color: #DC69DA; }
span { border-color: rgb(220,105,218); }
td.TdClassName
{
border-color: #DC69DA;
}
.TagClassName
{
border-color: #DC69DA;
}
</style>