Shades of Orchid #DC6BE6
Tints of Orchid #DC6BE6
RGB
CMYK
RGB Variations
Color information
#DC6BE6 (or 0xDC6BE6) is known color: Orchid. HEX triplet: DC, 6B and E6. RGB value is (220,107,230). Sum of RGB (Red+Green+Blue) = 220+107+230=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC6BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BE6 is #239419. Grayscale: #9A9A9A. Windows color (decimal): -2331674 or 15100892. OLE color: 15100892.
HSL color Cylindrical-coordinate representation of color #DC6BE6: hue angle of 295.12º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6BE6 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 107 | 230 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.10 |
| HSL | 295.12º | 0.71% | 0.66% | - |
| HSV(B) | 295.12º | 0.53% | 0.9% | - |
| XYZ | 49.06 | 31.44 | 78.35 | - |
| YUV | 154.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 230 | 0.04 | 0.53 | 0 | 0.10 | 295.12 | 0.71 | 0.66 |
| Hex | DC | 6B | E6 | 4 | 35 | 0 | A | 127 | 47 | 42 |
| Octal | 334 | 153 | 346 | 4 | 65 | 0 | 12 | 447 | 107 | 102 |
| Binary | 11011100 | 1101011 | 11100110 | 100 | 110101 | 0 | 1010 | 100100111 | 1000111 | 1000010 |
Color Harmonies of #DC6BE6
Complementary color
Monochromatic Colors of #DC6BE6
Black with #DC6BE6
Text Example
Text Example
White with #DC6BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BE6; }
p { color: rgb(220,107,230); }
H1.HeaderClassName
{
color: #DC6BE6;
}
.AnyTagClassName
{
color: #DC6BE6;
}
</style>
background-color css
<style>
a { background-color: #DC6BE6; }
a { background-color: rgb(220,107,230); }
div.DivClassName
{
background-color: #DC6BE6;
}
.BgClassName
{
background-color: #DC6BE6;
}
</style>
border-color css
<style>
span { border-color: #DC6BE6; }
span { border-color: rgb(220,107,230); }
td.TdClassName
{
border-color: #DC6BE6;
}
.TagClassName
{
border-color: #DC6BE6;
}
</style>