Shades of Orchid #DC67E9
Tints of Orchid #DC67E9
RGB
CMYK
RGB Variations
Color information
#DC67E9 (or 0xDC67E9) is known color: Orchid. HEX triplet: DC, 67 and E9. RGB value is (220,103,233). Sum of RGB (Red+Green+Blue) = 220+103+233=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 103 (40.62% from 255 or 18.53% from 556); Blue value is 233 (91.41% from 255 or 41.91% from 556); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC67E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67E9 is #239816. Grayscale: #989898. Windows color (decimal): -2332695 or 15296476. OLE color: 15296476.
HSL color Cylindrical-coordinate representation of color #DC67E9: hue angle of 294º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC67E9 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 103 | 233 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.09 |
| HSL | 294º | 0.75% | 0.66% | - |
| HSV(B) | 294º | 0.56% | 0.91% | - |
| XYZ | 49.07 | 30.8 | 80.45 | - |
| YUV | 152.8 | 173.26 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 233 | 0.06 | 0.56 | 0 | 0.09 | 294 | 0.75 | 0.66 |
| Hex | DC | 67 | E9 | 6 | 38 | 0 | 9 | 126 | 4B | 42 |
| Octal | 334 | 147 | 351 | 6 | 70 | 0 | 11 | 446 | 113 | 102 |
| Binary | 11011100 | 1100111 | 11101001 | 110 | 111000 | 0 | 1001 | 100100110 | 1001011 | 1000010 |
Color Harmonies of #DC67E9
Complementary color
Monochromatic Colors of #DC67E9
Black with #DC67E9
Text Example
Text Example
White with #DC67E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67E9; }
p { color: rgb(220,103,233); }
H1.HeaderClassName
{
color: #DC67E9;
}
.AnyTagClassName
{
color: #DC67E9;
}
</style>
background-color css
<style>
a { background-color: #DC67E9; }
a { background-color: rgb(220,103,233); }
div.DivClassName
{
background-color: #DC67E9;
}
.BgClassName
{
background-color: #DC67E9;
}
</style>
border-color css
<style>
span { border-color: #DC67E9; }
span { border-color: rgb(220,103,233); }
td.TdClassName
{
border-color: #DC67E9;
}
.TagClassName
{
border-color: #DC67E9;
}
</style>