Shades of Orchid #DC69CD
Tints of Orchid #DC69CD
RGB
CMYK
RGB Variations
Color information
#DC69CD (or 0xDC69CD) is known color: Orchid. HEX triplet: DC, 69 and CD. RGB value is (220,105,205). Sum of RGB (Red+Green+Blue) = 220+105+205=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69CD is #239632. Grayscale: #969696. Windows color (decimal): -2332211 or 13461980. OLE color: 13461980.
HSL color Cylindrical-coordinate representation of color #DC69CD: hue angle of 307.83º 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 #DC69CD is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 205 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.14 |
| HSL | 307.83º | 0.62% | 0.64% | - |
| HSV(B) | 307.83º | 0.52% | 0.86% | - |
| XYZ | 45.59 | 29.73 | 61.09 | - |
| YUV | 150.79 | 158.6 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 205 | 0 | 0.52 | 0.07 | 0.14 | 307.83 | 0.62 | 0.64 |
| Hex | DC | 69 | CD | 0 | 34 | 7 | E | 134 | 3E | 40 |
| Octal | 334 | 151 | 315 | 0 | 64 | 7 | 16 | 464 | 76 | 100 |
| Binary | 11011100 | 1101001 | 11001101 | 0 | 110100 | 111 | 1110 | 100110100 | 111110 | 1000000 |
Color Harmonies of #DC69CD
Complementary color
Monochromatic Colors of #DC69CD
Black with #DC69CD
Text Example
Text Example
White with #DC69CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69CD; }
p { color: rgb(220,105,205); }
H1.HeaderClassName
{
color: #DC69CD;
}
.AnyTagClassName
{
color: #DC69CD;
}
</style>
background-color css
<style>
a { background-color: #DC69CD; }
a { background-color: rgb(220,105,205); }
div.DivClassName
{
background-color: #DC69CD;
}
.BgClassName
{
background-color: #DC69CD;
}
</style>
border-color css
<style>
span { border-color: #DC69CD; }
span { border-color: rgb(220,105,205); }
td.TdClassName
{
border-color: #DC69CD;
}
.TagClassName
{
border-color: #DC69CD;
}
</style>