Shades of Orchid #DC68E8
Tints of Orchid #DC68E8
RGB
CMYK
RGB Variations
Color information
#DC68E8 (or 0xDC68E8) is known color: Orchid. HEX triplet: DC, 68 and E8. RGB value is (220,104,232). Sum of RGB (Red+Green+Blue) = 220+104+232=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC68E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68E8 is #239717. Grayscale: #989898. Windows color (decimal): -2332440 or 15231196. OLE color: 15231196.
HSL color Cylindrical-coordinate representation of color #DC68E8: hue angle of 294.38º degrees, saturation: 0.74, 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 #DC68E8 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 104 | 232 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.09 |
| HSL | 294.38º | 0.74% | 0.66% | - |
| HSV(B) | 294.38º | 0.55% | 0.91% | - |
| XYZ | 49.03 | 30.94 | 79.73 | - |
| YUV | 153.28 | 172.43 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 232 | 0.05 | 0.55 | 0 | 0.09 | 294.38 | 0.74 | 0.66 |
| Hex | DC | 68 | E8 | 5 | 37 | 0 | 9 | 126 | 4A | 42 |
| Octal | 334 | 150 | 350 | 5 | 67 | 0 | 11 | 446 | 112 | 102 |
| Binary | 11011100 | 1101000 | 11101000 | 101 | 110111 | 0 | 1001 | 100100110 | 1001010 | 1000010 |
Color Harmonies of #DC68E8
Complementary color
Monochromatic Colors of #DC68E8
Black with #DC68E8
Text Example
Text Example
White with #DC68E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68E8; }
p { color: rgb(220,104,232); }
H1.HeaderClassName
{
color: #DC68E8;
}
.AnyTagClassName
{
color: #DC68E8;
}
</style>
background-color css
<style>
a { background-color: #DC68E8; }
a { background-color: rgb(220,104,232); }
div.DivClassName
{
background-color: #DC68E8;
}
.BgClassName
{
background-color: #DC68E8;
}
</style>
border-color css
<style>
span { border-color: #DC68E8; }
span { border-color: rgb(220,104,232); }
td.TdClassName
{
border-color: #DC68E8;
}
.TagClassName
{
border-color: #DC68E8;
}
</style>