Shades of Orchid #DC67DB
Tints of Orchid #DC67DB
RGB
CMYK
RGB Variations
Color information
#DC67DB (or 0xDC67DB) is known color: Orchid. HEX triplet: DC, 67 and DB. RGB value is (220,103,219). Sum of RGB (Red+Green+Blue) = 220+103+219=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DC67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC67DB is #239824. Grayscale: #969696. Windows color (decimal): -2332709 or 14378972. OLE color: 14378972.
HSL color Cylindrical-coordinate representation of color #DC67DB: hue angle of 300.51º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC67DB is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 219 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.14 |
| HSL | 300.51º | 0.63% | 0.63% | - |
| HSV(B) | 300.51º | 0.53% | 0.86% | - |
| XYZ | 47.15 | 30.03 | 70.33 | - |
| YUV | 151.21 | 166.26 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 219 | 0 | 0.53 | 0.00 | 0.14 | 300.51 | 0.63 | 0.63 |
| Hex | DC | 67 | DB | 0 | 35 | 0 | E | 12D | 3F | 3F |
| Octal | 334 | 147 | 333 | 0 | 65 | 0 | 16 | 455 | 77 | 77 |
| Binary | 11011100 | 1100111 | 11011011 | 0 | 110101 | 0 | 1110 | 100101101 | 111111 | 111111 |
Color Harmonies of #DC67DB
Complementary color
Monochromatic Colors of #DC67DB
Black with #DC67DB
Text Example
Text Example
White with #DC67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC67DB; }
p { color: rgb(220,103,219); }
H1.HeaderClassName
{
color: #DC67DB;
}
.AnyTagClassName
{
color: #DC67DB;
}
</style>
background-color css
<style>
a { background-color: #DC67DB; }
a { background-color: rgb(220,103,219); }
div.DivClassName
{
background-color: #DC67DB;
}
.BgClassName
{
background-color: #DC67DB;
}
</style>
border-color css
<style>
span { border-color: #DC67DB; }
span { border-color: rgb(220,103,219); }
td.TdClassName
{
border-color: #DC67DB;
}
.TagClassName
{
border-color: #DC67DB;
}
</style>