Shades of Orchid #DC68E0
Tints of Orchid #DC68E0
RGB
CMYK
RGB Variations
Color information
#DC68E0 (or 0xDC68E0) is known color: Orchid. HEX triplet: DC, 68 and E0. RGB value is (220,104,224). Sum of RGB (Red+Green+Blue) = 220+104+224=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC68E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68E0 is #23971F. Grayscale: #989898. Windows color (decimal): -2332448 or 14706908. OLE color: 14706908.
HSL color Cylindrical-coordinate representation of color #DC68E0: hue angle of 298º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC68E0 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 104 | 224 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.12 |
| HSL | 298º | 0.66% | 0.64% | - |
| HSV(B) | 298º | 0.54% | 0.88% | - |
| XYZ | 47.92 | 30.5 | 73.88 | - |
| YUV | 152.36 | 168.43 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 224 | 0.02 | 0.54 | 0 | 0.12 | 298 | 0.66 | 0.64 |
| Hex | DC | 68 | E0 | 2 | 36 | 0 | C | 12A | 42 | 40 |
| Octal | 334 | 150 | 340 | 2 | 66 | 0 | 14 | 452 | 102 | 100 |
| Binary | 11011100 | 1101000 | 11100000 | 10 | 110110 | 0 | 1100 | 100101010 | 1000010 | 1000000 |
Color Harmonies of #DC68E0
Complementary color
Monochromatic Colors of #DC68E0
Black with #DC68E0
Text Example
Text Example
White with #DC68E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68E0; }
p { color: rgb(220,104,224); }
H1.HeaderClassName
{
color: #DC68E0;
}
.AnyTagClassName
{
color: #DC68E0;
}
</style>
background-color css
<style>
a { background-color: #DC68E0; }
a { background-color: rgb(220,104,224); }
div.DivClassName
{
background-color: #DC68E0;
}
.BgClassName
{
background-color: #DC68E0;
}
</style>
border-color css
<style>
span { border-color: #DC68E0; }
span { border-color: rgb(220,104,224); }
td.TdClassName
{
border-color: #DC68E0;
}
.TagClassName
{
border-color: #DC68E0;
}
</style>