Shades of Orchid #DC68E6
Tints of Orchid #DC68E6
RGB
CMYK
RGB Variations
Color information
#DC68E6 (or 0xDC68E6) is known color: Orchid. HEX triplet: DC, 68 and E6. RGB value is (220,104,230). Sum of RGB (Red+Green+Blue) = 220+104+230=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC68E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68E6 is #239719. Grayscale: #989898. Windows color (decimal): -2332442 or 15100124. OLE color: 15100124.
HSL color Cylindrical-coordinate representation of color #DC68E6: hue angle of 295.24º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC68E6 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 104 | 230 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.10 |
| HSL | 295.24º | 0.72% | 0.65% | - |
| HSV(B) | 295.24º | 0.55% | 0.9% | - |
| XYZ | 48.75 | 30.83 | 78.24 | - |
| YUV | 153.05 | 171.43 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 230 | 0.04 | 0.55 | 0 | 0.10 | 295.24 | 0.72 | 0.65 |
| Hex | DC | 68 | E6 | 4 | 37 | 0 | A | 127 | 48 | 41 |
| Octal | 334 | 150 | 346 | 4 | 67 | 0 | 12 | 447 | 110 | 101 |
| Binary | 11011100 | 1101000 | 11100110 | 100 | 110111 | 0 | 1010 | 100100111 | 1001000 | 1000001 |
Color Harmonies of #DC68E6
Complementary color
Monochromatic Colors of #DC68E6
Black with #DC68E6
Text Example
Text Example
White with #DC68E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68E6; }
p { color: rgb(220,104,230); }
H1.HeaderClassName
{
color: #DC68E6;
}
.AnyTagClassName
{
color: #DC68E6;
}
</style>
background-color css
<style>
a { background-color: #DC68E6; }
a { background-color: rgb(220,104,230); }
div.DivClassName
{
background-color: #DC68E6;
}
.BgClassName
{
background-color: #DC68E6;
}
</style>
border-color css
<style>
span { border-color: #DC68E6; }
span { border-color: rgb(220,104,230); }
td.TdClassName
{
border-color: #DC68E6;
}
.TagClassName
{
border-color: #DC68E6;
}
</style>