Shades of Orchid #DB67CD
Tints of Orchid #DB67CD
RGB
CMYK
RGB Variations
Color information
#DB67CD (or 0xDB67CD) is known color: Orchid. HEX triplet: DB, 67 and CD. RGB value is (219,103,205). Sum of RGB (Red+Green+Blue) = 219+103+205=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67CD is #249832. Grayscale: #959595. Windows color (decimal): -2398259 or 13461467. OLE color: 13461467.
HSL color Cylindrical-coordinate representation of color #DB67CD: hue angle of 307.24º degrees, saturation: 0.62, 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 #DB67CD is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 103 | 205 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.14 |
| HSL | 307.24º | 0.62% | 0.63% | - |
| HSV(B) | 307.24º | 0.53% | 0.86% | - |
| XYZ | 45.08 | 29.17 | 61.01 | - |
| YUV | 149.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 205 | 0 | 0.53 | 0.06 | 0.14 | 307.24 | 0.62 | 0.63 |
| Hex | DB | 67 | CD | 0 | 35 | 6 | E | 133 | 3E | 3F |
| Octal | 333 | 147 | 315 | 0 | 65 | 6 | 16 | 463 | 76 | 77 |
| Binary | 11011011 | 1100111 | 11001101 | 0 | 110101 | 110 | 1110 | 100110011 | 111110 | 111111 |
Color Harmonies of #DB67CD
Complementary color
Monochromatic Colors of #DB67CD
Black with #DB67CD
Text Example
Text Example
White with #DB67CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67CD; }
p { color: rgb(219,103,205); }
H1.HeaderClassName
{
color: #DB67CD;
}
.AnyTagClassName
{
color: #DB67CD;
}
</style>
background-color css
<style>
a { background-color: #DB67CD; }
a { background-color: rgb(219,103,205); }
div.DivClassName
{
background-color: #DB67CD;
}
.BgClassName
{
background-color: #DB67CD;
}
</style>
border-color css
<style>
span { border-color: #DB67CD; }
span { border-color: rgb(219,103,205); }
td.TdClassName
{
border-color: #DB67CD;
}
.TagClassName
{
border-color: #DB67CD;
}
</style>