Shades of Orchid #DA7FCF
Tints of Orchid #DA7FCF
RGB
CMYK
RGB Variations
Color information
#DA7FCF (or 0xDA7FCF) is known color: Orchid. HEX triplet: DA, 7F and CF. RGB value is (218,127,207). Sum of RGB (Red+Green+Blue) = 218+127+207=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7FCF is #258030. Grayscale: #A3A3A3. Windows color (decimal): -2457649 or 13598682. OLE color: 13598682.
HSL color Cylindrical-coordinate representation of color #DA7FCF: hue angle of 307.25º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7FCF is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 207 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.15 |
| HSL | 307.25º | 0.55% | 0.68% | - |
| HSV(B) | 307.25º | 0.42% | 0.85% | - |
| XYZ | 47.77 | 34.59 | 63.19 | - |
| YUV | 163.33 | 152.65 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 207 | 0 | 0.42 | 0.05 | 0.15 | 307.25 | 0.55 | 0.68 |
| Hex | DA | 7F | CF | 0 | 2A | 5 | F | 133 | 37 | 44 |
| Octal | 332 | 177 | 317 | 0 | 52 | 5 | 17 | 463 | 67 | 104 |
| Binary | 11011010 | 1111111 | 11001111 | 0 | 101010 | 101 | 1111 | 100110011 | 110111 | 1000100 |
Color Harmonies of #DA7FCF
Complementary color
Monochromatic Colors of #DA7FCF
Black with #DA7FCF
Text Example
Text Example
White with #DA7FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7FCF; }
p { color: rgb(218,127,207); }
H1.HeaderClassName
{
color: #DA7FCF;
}
.AnyTagClassName
{
color: #DA7FCF;
}
</style>
background-color css
<style>
a { background-color: #DA7FCF; }
a { background-color: rgb(218,127,207); }
div.DivClassName
{
background-color: #DA7FCF;
}
.BgClassName
{
background-color: #DA7FCF;
}
</style>
border-color css
<style>
span { border-color: #DA7FCF; }
span { border-color: rgb(218,127,207); }
td.TdClassName
{
border-color: #DA7FCF;
}
.TagClassName
{
border-color: #DA7FCF;
}
</style>