Shades of Orchid #DC68E9
Tints of Orchid #DC68E9
RGB
CMYK
RGB Variations
Color information
#DC68E9 (or 0xDC68E9) is known color: Orchid. HEX triplet: DC, 68 and E9. RGB value is (220,104,233). Sum of RGB (Red+Green+Blue) = 220+104+233=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 104 (41.02% from 255 or 18.67% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC68E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68E9 is #239716. Grayscale: #989898. Windows color (decimal): -2332439 or 15296732. OLE color: 15296732.
HSL color Cylindrical-coordinate representation of color #DC68E9: hue angle of 293.95º degrees, saturation: 0.75, 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 #DC68E9 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 104 | 233 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.09 |
| HSL | 293.95º | 0.75% | 0.66% | - |
| HSV(B) | 293.95º | 0.55% | 0.91% | - |
| XYZ | 49.17 | 31 | 80.48 | - |
| YUV | 153.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 233 | 0.06 | 0.55 | 0 | 0.09 | 293.95 | 0.75 | 0.66 |
| Hex | DC | 68 | E9 | 6 | 37 | 0 | 9 | 126 | 4B | 42 |
| Octal | 334 | 150 | 351 | 6 | 67 | 0 | 11 | 446 | 113 | 102 |
| Binary | 11011100 | 1101000 | 11101001 | 110 | 110111 | 0 | 1001 | 100100110 | 1001011 | 1000010 |
Color Harmonies of #DC68E9
Complementary color
Monochromatic Colors of #DC68E9
Black with #DC68E9
Text Example
Text Example
White with #DC68E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68E9; }
p { color: rgb(220,104,233); }
H1.HeaderClassName
{
color: #DC68E9;
}
.AnyTagClassName
{
color: #DC68E9;
}
</style>
background-color css
<style>
a { background-color: #DC68E9; }
a { background-color: rgb(220,104,233); }
div.DivClassName
{
background-color: #DC68E9;
}
.BgClassName
{
background-color: #DC68E9;
}
</style>
border-color css
<style>
span { border-color: #DC68E9; }
span { border-color: rgb(220,104,233); }
td.TdClassName
{
border-color: #DC68E9;
}
.TagClassName
{
border-color: #DC68E9;
}
</style>