Shades of Orchid #DC67E8
Tints of Orchid #DC67E8
RGB
CMYK
RGB Variations
Color information
#DC67E8 (or 0xDC67E8) is known color: Orchid. HEX triplet: DC, 67 and E8. RGB value is (220,103,232). Sum of RGB (Red+Green+Blue) = 220+103+232=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 103 (40.62% from 255 or 18.56% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC67E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC67E8 is #239817. Grayscale: #989898. Windows color (decimal): -2332696 or 15230940. OLE color: 15230940.
HSL color Cylindrical-coordinate representation of color #DC67E8: hue angle of 294.42º degrees, saturation: 0.74, 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 #DC67E8 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 103 | 232 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.09 |
| HSL | 294.42º | 0.74% | 0.66% | - |
| HSV(B) | 294.42º | 0.56% | 0.91% | - |
| XYZ | 48.93 | 30.74 | 79.7 | - |
| YUV | 152.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 232 | 0.05 | 0.56 | 0 | 0.09 | 294.42 | 0.74 | 0.66 |
| Hex | DC | 67 | E8 | 5 | 38 | 0 | 9 | 126 | 4A | 42 |
| Octal | 334 | 147 | 350 | 5 | 70 | 0 | 11 | 446 | 112 | 102 |
| Binary | 11011100 | 1100111 | 11101000 | 101 | 111000 | 0 | 1001 | 100100110 | 1001010 | 1000010 |
Color Harmonies of #DC67E8
Complementary color
Monochromatic Colors of #DC67E8
Black with #DC67E8
Text Example
Text Example
White with #DC67E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67E8; }
p { color: rgb(220,103,232); }
H1.HeaderClassName
{
color: #DC67E8;
}
.AnyTagClassName
{
color: #DC67E8;
}
</style>
background-color css
<style>
a { background-color: #DC67E8; }
a { background-color: rgb(220,103,232); }
div.DivClassName
{
background-color: #DC67E8;
}
.BgClassName
{
background-color: #DC67E8;
}
</style>
border-color css
<style>
span { border-color: #DC67E8; }
span { border-color: rgb(220,103,232); }
td.TdClassName
{
border-color: #DC67E8;
}
.TagClassName
{
border-color: #DC67E8;
}
</style>