Shades of Orchid #DA80CB
Tints of Orchid #DA80CB
RGB
CMYK
RGB Variations
Color information
#DA80CB (or 0xDA80CB) is known color: Orchid. HEX triplet: DA, 80 and CB. RGB value is (218,128,203). Sum of RGB (Red+Green+Blue) = 218+128+203=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA80CB is #257F34. Grayscale: #A3A3A3. Windows color (decimal): -2457397 or 13336794. OLE color: 13336794.
HSL color Cylindrical-coordinate representation of color #DA80CB: hue angle of 310º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA80CB is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 203 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.15 |
| HSL | 310º | 0.55% | 0.68% | - |
| HSV(B) | 310º | 0.41% | 0.85% | - |
| XYZ | 47.41 | 34.66 | 60.69 | - |
| YUV | 163.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 203 | 0 | 0.41 | 0.07 | 0.15 | 310 | 0.55 | 0.68 |
| Hex | DA | 80 | CB | 0 | 29 | 7 | F | 136 | 37 | 44 |
| Octal | 332 | 200 | 313 | 0 | 51 | 7 | 17 | 466 | 67 | 104 |
| Binary | 11011010 | 10000000 | 11001011 | 0 | 101001 | 111 | 1111 | 100110110 | 110111 | 1000100 |
Color Harmonies of #DA80CB
Complementary color
Monochromatic Colors of #DA80CB
Black with #DA80CB
Text Example
Text Example
White with #DA80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA80CB; }
p { color: rgb(218,128,203); }
H1.HeaderClassName
{
color: #DA80CB;
}
.AnyTagClassName
{
color: #DA80CB;
}
</style>
background-color css
<style>
a { background-color: #DA80CB; }
a { background-color: rgb(218,128,203); }
div.DivClassName
{
background-color: #DA80CB;
}
.BgClassName
{
background-color: #DA80CB;
}
</style>
border-color css
<style>
span { border-color: #DA80CB; }
span { border-color: rgb(218,128,203); }
td.TdClassName
{
border-color: #DA80CB;
}
.TagClassName
{
border-color: #DA80CB;
}
</style>