Shades of Orchid #DA7FDC
Tints of Orchid #DA7FDC
RGB
CMYK
RGB Variations
Color information
#DA7FDC (or 0xDA7FDC) is known color: Orchid. HEX triplet: DA, 7F and DC. RGB value is (218,127,220). Sum of RGB (Red+Green+Blue) = 218+127+220=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FDC is #258023. Grayscale: #A4A4A4. Windows color (decimal): -2457636 or 14450650. OLE color: 14450650.
HSL color Cylindrical-coordinate representation of color #DA7FDC: hue angle of 298.71º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FDC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 127 | 220 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.14 |
| HSL | 298.71º | 0.57% | 0.68% | - |
| HSV(B) | 298.71º | 0.42% | 0.86% | - |
| XYZ | 49.42 | 35.25 | 71.91 | - |
| YUV | 164.81 | 159.15 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 220 | 0.01 | 0.42 | 0 | 0.14 | 298.71 | 0.57 | 0.68 |
| Hex | DA | 7F | DC | 1 | 2A | 0 | E | 12B | 39 | 44 |
| Octal | 332 | 177 | 334 | 1 | 52 | 0 | 16 | 453 | 71 | 104 |
| Binary | 11011010 | 1111111 | 11011100 | 1 | 101010 | 0 | 1110 | 100101011 | 111001 | 1000100 |
Color Harmonies of #DA7FDC
Complementary color
Monochromatic Colors of #DA7FDC
Black with #DA7FDC
Text Example
Text Example
White with #DA7FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FDC; }
p { color: rgb(218,127,220); }
H1.HeaderClassName
{
color: #DA7FDC;
}
.AnyTagClassName
{
color: #DA7FDC;
}
</style>
background-color css
<style>
a { background-color: #DA7FDC; }
a { background-color: rgb(218,127,220); }
div.DivClassName
{
background-color: #DA7FDC;
}
.BgClassName
{
background-color: #DA7FDC;
}
</style>
border-color css
<style>
span { border-color: #DA7FDC; }
span { border-color: rgb(218,127,220); }
td.TdClassName
{
border-color: #DA7FDC;
}
.TagClassName
{
border-color: #DA7FDC;
}
</style>