Shades of Orchid #DC6BBE
Tints of Orchid #DC6BBE
RGB
CMYK
RGB Variations
Color information
#DC6BBE (or 0xDC6BBE) is known color: Orchid. HEX triplet: DC, 6B and BE. RGB value is (220,107,190). Sum of RGB (Red+Green+Blue) = 220+107+190=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BBE is #239441. Grayscale: #969696. Windows color (decimal): -2331714 or 12479452. OLE color: 12479452.
HSL color Cylindrical-coordinate representation of color #DC6BBE: hue angle of 315.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6BBE is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 190 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.14 |
| HSL | 315.93º | 0.62% | 0.64% | - |
| HSV(B) | 315.93º | 0.51% | 0.86% | - |
| XYZ | 44.07 | 29.45 | 52.08 | - |
| YUV | 150.25 | 150.44 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 190 | 0 | 0.51 | 0.14 | 0.14 | 315.93 | 0.62 | 0.64 |
| Hex | DC | 6B | BE | 0 | 33 | E | E | 13C | 3E | 40 |
| Octal | 334 | 153 | 276 | 0 | 63 | 16 | 16 | 474 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10111110 | 0 | 110011 | 1110 | 1110 | 100111100 | 111110 | 1000000 |
Color Harmonies of #DC6BBE
Complementary color
Monochromatic Colors of #DC6BBE
Black with #DC6BBE
Text Example
Text Example
White with #DC6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BBE; }
p { color: rgb(220,107,190); }
H1.HeaderClassName
{
color: #DC6BBE;
}
.AnyTagClassName
{
color: #DC6BBE;
}
</style>
background-color css
<style>
a { background-color: #DC6BBE; }
a { background-color: rgb(220,107,190); }
div.DivClassName
{
background-color: #DC6BBE;
}
.BgClassName
{
background-color: #DC6BBE;
}
</style>
border-color css
<style>
span { border-color: #DC6BBE; }
span { border-color: rgb(220,107,190); }
td.TdClassName
{
border-color: #DC6BBE;
}
.TagClassName
{
border-color: #DC6BBE;
}
</style>