Shades of Orchid #DC6FE8
Tints of Orchid #DC6FE8
RGB
CMYK
RGB Variations
Color information
#DC6FE8 (or 0xDC6FE8) is known color: Orchid. HEX triplet: DC, 6F and E8. RGB value is (220,111,232). Sum of RGB (Red+Green+Blue) = 220+111+232=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC6FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6FE8 is #239017. Grayscale: #9D9D9D. Windows color (decimal): -2330648 or 15232988. OLE color: 15232988.
HSL color Cylindrical-coordinate representation of color #DC6FE8: hue angle of 294.05º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6FE8 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 111 | 232 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.09 |
| HSL | 294.05º | 0.72% | 0.67% | - |
| HSV(B) | 294.05º | 0.52% | 0.91% | - |
| XYZ | 49.77 | 32.41 | 79.98 | - |
| YUV | 157.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 111 | 232 | 0.05 | 0.52 | 0 | 0.09 | 294.05 | 0.72 | 0.67 |
| Hex | DC | 6F | E8 | 5 | 34 | 0 | 9 | 126 | 48 | 43 |
| Octal | 334 | 157 | 350 | 5 | 64 | 0 | 11 | 446 | 110 | 103 |
| Binary | 11011100 | 1101111 | 11101000 | 101 | 110100 | 0 | 1001 | 100100110 | 1001000 | 1000011 |
Color Harmonies of #DC6FE8
Complementary color
Monochromatic Colors of #DC6FE8
Black with #DC6FE8
Text Example
Text Example
White with #DC6FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6FE8; }
p { color: rgb(220,111,232); }
H1.HeaderClassName
{
color: #DC6FE8;
}
.AnyTagClassName
{
color: #DC6FE8;
}
</style>
background-color css
<style>
a { background-color: #DC6FE8; }
a { background-color: rgb(220,111,232); }
div.DivClassName
{
background-color: #DC6FE8;
}
.BgClassName
{
background-color: #DC6FE8;
}
</style>
border-color css
<style>
span { border-color: #DC6FE8; }
span { border-color: rgb(220,111,232); }
td.TdClassName
{
border-color: #DC6FE8;
}
.TagClassName
{
border-color: #DC6FE8;
}
</style>