Shades of Orchid #D66BDA
Tints of Orchid #D66BDA
RGB
CMYK
RGB Variations
Color information
#D66BDA (or 0xD66BDA) is known color: Orchid. HEX triplet: D6, 6B and DA. RGB value is (214,107,218). Sum of RGB (Red+Green+Blue) = 214+107+218=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #D66BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BDA is #299425. Grayscale: #979797. Windows color (decimal): -2724902 or 14314454. OLE color: 14314454.
HSL color Cylindrical-coordinate representation of color #D66BDA: hue angle of 297.84º 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 #D66BDA is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 107 | 218 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.15 |
| HSL | 297.84º | 0.6% | 0.64% | - |
| HSV(B) | 297.84º | 0.51% | 0.85% | - |
| XYZ | 45.64 | 29.87 | 69.69 | - |
| YUV | 151.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 218 | 0.02 | 0.51 | 0 | 0.15 | 297.84 | 0.6 | 0.64 |
| Hex | D6 | 6B | DA | 2 | 33 | 0 | F | 12A | 3C | 40 |
| Octal | 326 | 153 | 332 | 2 | 63 | 0 | 17 | 452 | 74 | 100 |
| Binary | 11010110 | 1101011 | 11011010 | 10 | 110011 | 0 | 1111 | 100101010 | 111100 | 1000000 |
Color Harmonies of #D66BDA
Complementary color
Monochromatic Colors of #D66BDA
Black with #D66BDA
Text Example
Text Example
White with #D66BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66BDA; }
p { color: rgb(214,107,218); }
H1.HeaderClassName
{
color: #D66BDA;
}
.AnyTagClassName
{
color: #D66BDA;
}
</style>
background-color css
<style>
a { background-color: #D66BDA; }
a { background-color: rgb(214,107,218); }
div.DivClassName
{
background-color: #D66BDA;
}
.BgClassName
{
background-color: #D66BDA;
}
</style>
border-color css
<style>
span { border-color: #D66BDA; }
span { border-color: rgb(214,107,218); }
td.TdClassName
{
border-color: #D66BDA;
}
.TagClassName
{
border-color: #D66BDA;
}
</style>