Shades of Orchid #DC68CD
Tints of Orchid #DC68CD
RGB
CMYK
RGB Variations
Color information
#DC68CD (or 0xDC68CD) is known color: Orchid. HEX triplet: DC, 68 and CD. RGB value is (220,104,205). Sum of RGB (Red+Green+Blue) = 220+104+205=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68CD is #239732. Grayscale: #959595. Windows color (decimal): -2332467 or 13461724. OLE color: 13461724.
HSL color Cylindrical-coordinate representation of color #DC68CD: hue angle of 307.76º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC68CD is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 205 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.14 |
| HSL | 307.76º | 0.62% | 0.64% | - |
| HSV(B) | 307.76º | 0.53% | 0.86% | - |
| XYZ | 45.48 | 29.52 | 61.06 | - |
| YUV | 150.2 | 158.93 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 205 | 0 | 0.53 | 0.07 | 0.14 | 307.76 | 0.62 | 0.64 |
| Hex | DC | 68 | CD | 0 | 35 | 7 | E | 134 | 3E | 40 |
| Octal | 334 | 150 | 315 | 0 | 65 | 7 | 16 | 464 | 76 | 100 |
| Binary | 11011100 | 1101000 | 11001101 | 0 | 110101 | 111 | 1110 | 100110100 | 111110 | 1000000 |
Color Harmonies of #DC68CD
Complementary color
Monochromatic Colors of #DC68CD
Black with #DC68CD
Text Example
Text Example
White with #DC68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68CD; }
p { color: rgb(220,104,205); }
H1.HeaderClassName
{
color: #DC68CD;
}
.AnyTagClassName
{
color: #DC68CD;
}
</style>
background-color css
<style>
a { background-color: #DC68CD; }
a { background-color: rgb(220,104,205); }
div.DivClassName
{
background-color: #DC68CD;
}
.BgClassName
{
background-color: #DC68CD;
}
</style>
border-color css
<style>
span { border-color: #DC68CD; }
span { border-color: rgb(220,104,205); }
td.TdClassName
{
border-color: #DC68CD;
}
.TagClassName
{
border-color: #DC68CD;
}
</style>