Shades of Orchid #DA6BDC
Tints of Orchid #DA6BDC
RGB
CMYK
RGB Variations
Color information
#DA6BDC (or 0xDA6BDC) is known color: Orchid. HEX triplet: DA, 6B and DC. RGB value is (218,107,220). Sum of RGB (Red+Green+Blue) = 218+107+220=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 107 (42.19% from 255 or 19.63% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6BDC is #259423. Grayscale: #989898. Windows color (decimal): -2462756 or 14445530. OLE color: 14445530.
HSL color Cylindrical-coordinate representation of color #DA6BDC: hue angle of 298.94º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BDC is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 107 | 220 | - |
CMYK | 0.01 | 0.51 | 0 | 0.14 |
HSL | 298.94º | 0.62% | 0.64% | - |
HSV(B) | 298.94º | 0.51% | 0.86% | - |
XYZ | 47.09 | 30.59 | 71.13 | - |
YUV | 153.07 | 165.77 | 174.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 107 | 220 | 0.01 | 0.51 | 0 | 0.14 | 298.94 | 0.62 | 0.64 |
Hex | DA | 6B | DC | 1 | 33 | 0 | E | 12B | 3E | 40 |
Octal | 332 | 153 | 334 | 1 | 63 | 0 | 16 | 453 | 76 | 100 |
Binary | 11011010 | 1101011 | 11011100 | 1 | 110011 | 0 | 1110 | 100101011 | 111110 | 1000000 |
Color Harmonies of #DA6BDC
Complementary color
Monochromatic Colors of #DA6BDC
Black with #DA6BDC
Text Example
Text Example
White with #DA6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BDC; }
p { color: rgb(218,107,220); }
H1.HeaderClassName
{
color: #DA6BDC;
}
.AnyTagClassName
{
color: #DA6BDC;
}
</style>
background-color css
<style>
a { background-color: #DA6BDC; }
a { background-color: rgb(218,107,220); }
div.DivClassName
{
background-color: #DA6BDC;
}
.BgClassName
{
background-color: #DA6BDC;
}
</style>
border-color css
<style>
span { border-color: #DA6BDC; }
span { border-color: rgb(218,107,220); }
td.TdClassName
{
border-color: #DA6BDC;
}
.TagClassName
{
border-color: #DA6BDC;
}
</style>