Shades of Orchid #DC6BBD
Tints of Orchid #DC6BBD
RGB
CMYK
RGB Variations
Color information
#DC6BBD (or 0xDC6BBD) is known color: Orchid. HEX triplet: DC, 6B and BD. RGB value is (220,107,189). Sum of RGB (Red+Green+Blue) = 220+107+189=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BBD is #239442. Grayscale: #959595. Windows color (decimal): -2331715 or 12413916. OLE color: 12413916.
HSL color Cylindrical-coordinate representation of color #DC6BBD: hue angle of 316.46º 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 #DC6BBD is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 107 | 189 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.14 |
| HSL | 316.46º | 0.62% | 0.64% | - |
| HSV(B) | 316.46º | 0.51% | 0.86% | - |
| XYZ | 43.96 | 29.41 | 51.5 | - |
| YUV | 150.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 107 | 189 | 0 | 0.51 | 0.14 | 0.14 | 316.46 | 0.62 | 0.64 |
| Hex | DC | 6B | BD | 0 | 33 | E | E | 13C | 3E | 40 |
| Octal | 334 | 153 | 275 | 0 | 63 | 16 | 16 | 474 | 76 | 100 |
| Binary | 11011100 | 1101011 | 10111101 | 0 | 110011 | 1110 | 1110 | 100111100 | 111110 | 1000000 |
Color Harmonies of #DC6BBD
Complementary color
Monochromatic Colors of #DC6BBD
Black with #DC6BBD
Text Example
Text Example
White with #DC6BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6BBD; }
p { color: rgb(220,107,189); }
H1.HeaderClassName
{
color: #DC6BBD;
}
.AnyTagClassName
{
color: #DC6BBD;
}
</style>
background-color css
<style>
a { background-color: #DC6BBD; }
a { background-color: rgb(220,107,189); }
div.DivClassName
{
background-color: #DC6BBD;
}
.BgClassName
{
background-color: #DC6BBD;
}
</style>
border-color css
<style>
span { border-color: #DC6BBD; }
span { border-color: rgb(220,107,189); }
td.TdClassName
{
border-color: #DC6BBD;
}
.TagClassName
{
border-color: #DC6BBD;
}
</style>