Shades of Orchid #DC69E6
Tints of Orchid #DC69E6
RGB
CMYK
RGB Variations
Color information
#DC69E6 (or 0xDC69E6) is known color: Orchid. HEX triplet: DC, 69 and E6. RGB value is (220,105,230). Sum of RGB (Red+Green+Blue) = 220+105+230=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC69E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC69E6 is #239619. Grayscale: #999999. Windows color (decimal): -2332186 or 15100380. OLE color: 15100380.
HSL color Cylindrical-coordinate representation of color #DC69E6: hue angle of 295.2º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC69E6 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 105 | 230 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.10 |
| HSL | 295.2º | 0.71% | 0.66% | - |
| HSV(B) | 295.2º | 0.54% | 0.9% | - |
| XYZ | 48.85 | 31.03 | 78.28 | - |
| YUV | 153.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 230 | 0.04 | 0.54 | 0 | 0.10 | 295.2 | 0.71 | 0.66 |
| Hex | DC | 69 | E6 | 4 | 36 | 0 | A | 127 | 47 | 42 |
| Octal | 334 | 151 | 346 | 4 | 66 | 0 | 12 | 447 | 107 | 102 |
| Binary | 11011100 | 1101001 | 11100110 | 100 | 110110 | 0 | 1010 | 100100111 | 1000111 | 1000010 |
Color Harmonies of #DC69E6
Complementary color
Monochromatic Colors of #DC69E6
Black with #DC69E6
Text Example
Text Example
White with #DC69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69E6; }
p { color: rgb(220,105,230); }
H1.HeaderClassName
{
color: #DC69E6;
}
.AnyTagClassName
{
color: #DC69E6;
}
</style>
background-color css
<style>
a { background-color: #DC69E6; }
a { background-color: rgb(220,105,230); }
div.DivClassName
{
background-color: #DC69E6;
}
.BgClassName
{
background-color: #DC69E6;
}
</style>
border-color css
<style>
span { border-color: #DC69E6; }
span { border-color: rgb(220,105,230); }
td.TdClassName
{
border-color: #DC69E6;
}
.TagClassName
{
border-color: #DC69E6;
}
</style>