Shades of Orchid #DA6BCF
Tints of Orchid #DA6BCF
RGB
CMYK
RGB Variations
Color information
#DA6BCF (or 0xDA6BCF) is known color: Orchid. HEX triplet: DA, 6B and CF. RGB value is (218,107,207). Sum of RGB (Red+Green+Blue) = 218+107+207=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BCF is #259430. Grayscale: #979797. Windows color (decimal): -2462769 or 13593562. OLE color: 13593562.
HSL color Cylindrical-coordinate representation of color #DA6BCF: hue angle of 305.95º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BCF is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 207 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.15 |
| HSL | 305.95º | 0.6% | 0.64% | - |
| HSV(B) | 305.95º | 0.51% | 0.85% | - |
| XYZ | 45.43 | 29.93 | 62.41 | - |
| YUV | 151.59 | 159.27 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 207 | 0 | 0.51 | 0.05 | 0.15 | 305.95 | 0.6 | 0.64 |
| Hex | DA | 6B | CF | 0 | 33 | 5 | F | 132 | 3C | 40 |
| Octal | 332 | 153 | 317 | 0 | 63 | 5 | 17 | 462 | 74 | 100 |
| Binary | 11011010 | 1101011 | 11001111 | 0 | 110011 | 101 | 1111 | 100110010 | 111100 | 1000000 |
Color Harmonies of #DA6BCF
Complementary color
Monochromatic Colors of #DA6BCF
Black with #DA6BCF
Text Example
Text Example
White with #DA6BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BCF; }
p { color: rgb(218,107,207); }
H1.HeaderClassName
{
color: #DA6BCF;
}
.AnyTagClassName
{
color: #DA6BCF;
}
</style>
background-color css
<style>
a { background-color: #DA6BCF; }
a { background-color: rgb(218,107,207); }
div.DivClassName
{
background-color: #DA6BCF;
}
.BgClassName
{
background-color: #DA6BCF;
}
</style>
border-color css
<style>
span { border-color: #DA6BCF; }
span { border-color: rgb(218,107,207); }
td.TdClassName
{
border-color: #DA6BCF;
}
.TagClassName
{
border-color: #DA6BCF;
}
</style>