Shades of Orchid #DC69BB
Tints of Orchid #DC69BB
RGB
CMYK
RGB Variations
Color information
#DC69BB (or 0xDC69BB) is known color: Orchid. HEX triplet: DC, 69 and BB. RGB value is (220,105,187). Sum of RGB (Red+Green+Blue) = 220+105+187=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC69BB is #239644. Grayscale: #949494. Windows color (decimal): -2332229 or 12282332. OLE color: 12282332.
HSL color Cylindrical-coordinate representation of color #DC69BB: hue angle of 317.22º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69BB is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 187 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.14 |
| HSL | 317.22º | 0.62% | 0.64% | - |
| HSV(B) | 317.22º | 0.52% | 0.86% | - |
| XYZ | 43.54 | 28.91 | 50.3 | - |
| YUV | 148.73 | 149.6 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 187 | 0 | 0.52 | 0.15 | 0.14 | 317.22 | 0.62 | 0.64 |
| Hex | DC | 69 | BB | 0 | 34 | F | E | 13D | 3E | 40 |
| Octal | 334 | 151 | 273 | 0 | 64 | 17 | 16 | 475 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10111011 | 0 | 110100 | 1111 | 1110 | 100111101 | 111110 | 1000000 |
Color Harmonies of #DC69BB
Complementary color
Monochromatic Colors of #DC69BB
Black with #DC69BB
Text Example
Text Example
White with #DC69BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69BB; }
p { color: rgb(220,105,187); }
H1.HeaderClassName
{
color: #DC69BB;
}
.AnyTagClassName
{
color: #DC69BB;
}
</style>
background-color css
<style>
a { background-color: #DC69BB; }
a { background-color: rgb(220,105,187); }
div.DivClassName
{
background-color: #DC69BB;
}
.BgClassName
{
background-color: #DC69BB;
}
</style>
border-color css
<style>
span { border-color: #DC69BB; }
span { border-color: rgb(220,105,187); }
td.TdClassName
{
border-color: #DC69BB;
}
.TagClassName
{
border-color: #DC69BB;
}
</style>