Shades of Orchid #DC68E7
Tints of Orchid #DC68E7
RGB
CMYK
RGB Variations
Color information
#DC68E7 (or 0xDC68E7) is known color: Orchid. HEX triplet: DC, 68 and E7. RGB value is (220,104,231). Sum of RGB (Red+Green+Blue) = 220+104+231=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC68E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68E7 is #239718. Grayscale: #989898. Windows color (decimal): -2332441 or 15165660. OLE color: 15165660.
HSL color Cylindrical-coordinate representation of color #DC68E7: hue angle of 294.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC68E7 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 104 | 231 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.09 |
| HSL | 294.8º | 0.73% | 0.66% | - |
| HSV(B) | 294.8º | 0.55% | 0.91% | - |
| XYZ | 48.89 | 30.89 | 78.99 | - |
| YUV | 153.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 231 | 0.05 | 0.55 | 0 | 0.09 | 294.8 | 0.73 | 0.66 |
| Hex | DC | 68 | E7 | 5 | 37 | 0 | 9 | 127 | 49 | 42 |
| Octal | 334 | 150 | 347 | 5 | 67 | 0 | 11 | 447 | 111 | 102 |
| Binary | 11011100 | 1101000 | 11100111 | 101 | 110111 | 0 | 1001 | 100100111 | 1001001 | 1000010 |
Color Harmonies of #DC68E7
Complementary color
Monochromatic Colors of #DC68E7
Black with #DC68E7
Text Example
Text Example
White with #DC68E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68E7; }
p { color: rgb(220,104,231); }
H1.HeaderClassName
{
color: #DC68E7;
}
.AnyTagClassName
{
color: #DC68E7;
}
</style>
background-color css
<style>
a { background-color: #DC68E7; }
a { background-color: rgb(220,104,231); }
div.DivClassName
{
background-color: #DC68E7;
}
.BgClassName
{
background-color: #DC68E7;
}
</style>
border-color css
<style>
span { border-color: #DC68E7; }
span { border-color: rgb(220,104,231); }
td.TdClassName
{
border-color: #DC68E7;
}
.TagClassName
{
border-color: #DC68E7;
}
</style>