Shades of Orchid #DA7DDB
Tints of Orchid #DA7DDB
RGB
CMYK
RGB Variations
Color information
#DA7DDB (or 0xDA7DDB) is known color: Orchid. HEX triplet: DA, 7D and DB. RGB value is (218,125,219). Sum of RGB (Red+Green+Blue) = 218+125+219=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 125 (49.22% from 255 or 22.24% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7DDB is #258224. Grayscale: #A3A3A3. Windows color (decimal): -2458149 or 14384602. OLE color: 14384602.
HSL color Cylindrical-coordinate representation of color #DA7DDB: hue angle of 299.36º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7DDB is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 125 | 219 | - |
CMYK | 0.00 | 0.43 | 0 | 0.14 |
HSL | 299.36º | 0.57% | 0.67% | - |
HSV(B) | 299.36º | 0.43% | 0.86% | - |
XYZ | 49.03 | 34.69 | 71.13 | - |
YUV | 163.52 | 159.31 | 166.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 125 | 219 | 0.00 | 0.43 | 0 | 0.14 | 299.36 | 0.57 | 0.67 |
Hex | DA | 7D | DB | 0 | 2B | 0 | E | 12B | 39 | 43 |
Octal | 332 | 175 | 333 | 0 | 53 | 0 | 16 | 453 | 71 | 103 |
Binary | 11011010 | 1111101 | 11011011 | 0 | 101011 | 0 | 1110 | 100101011 | 111001 | 1000011 |
Color Harmonies of #DA7DDB
Complementary color
Monochromatic Colors of #DA7DDB
Black with #DA7DDB
Text Example
Text Example
White with #DA7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7DDB; }
p { color: rgb(218,125,219); }
H1.HeaderClassName
{
color: #DA7DDB;
}
.AnyTagClassName
{
color: #DA7DDB;
}
</style>
background-color css
<style>
a { background-color: #DA7DDB; }
a { background-color: rgb(218,125,219); }
div.DivClassName
{
background-color: #DA7DDB;
}
.BgClassName
{
background-color: #DA7DDB;
}
</style>
border-color css
<style>
span { border-color: #DA7DDB; }
span { border-color: rgb(218,125,219); }
td.TdClassName
{
border-color: #DA7DDB;
}
.TagClassName
{
border-color: #DA7DDB;
}
</style>