Shades of Orchid #D66CDA
Tints of Orchid #D66CDA
RGB
CMYK
RGB Variations
Color information
#D66CDA (or 0xD66CDA) is known color: Orchid. HEX triplet: D6, 6C and DA. RGB value is (214,108,218). Sum of RGB (Red+Green+Blue) = 214+108+218=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #D66CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CDA is #299325. Grayscale: #979797. Windows color (decimal): -2724646 or 14314710. OLE color: 14314710.
HSL color Cylindrical-coordinate representation of color #D66CDA: hue angle of 297.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CDA is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 214 | 108 | 218 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.15 |
| HSL | 297.82º | 0.6% | 0.64% | - |
| HSV(B) | 297.82º | 0.5% | 0.85% | - |
| XYZ | 45.75 | 30.08 | 69.73 | - |
| YUV | 152.23 | 165.12 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 218 | 0.02 | 0.50 | 0 | 0.15 | 297.82 | 0.6 | 0.64 |
| Hex | D6 | 6C | DA | 2 | 32 | 0 | F | 12A | 3C | 40 |
| Octal | 326 | 154 | 332 | 2 | 62 | 0 | 17 | 452 | 74 | 100 |
| Binary | 11010110 | 1101100 | 11011010 | 10 | 110010 | 0 | 1111 | 100101010 | 111100 | 1000000 |
Color Harmonies of #D66CDA
Complementary color
Monochromatic Colors of #D66CDA
Black with #D66CDA
Text Example
Text Example
White with #D66CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66CDA; }
p { color: rgb(214,108,218); }
H1.HeaderClassName
{
color: #D66CDA;
}
.AnyTagClassName
{
color: #D66CDA;
}
</style>
background-color css
<style>
a { background-color: #D66CDA; }
a { background-color: rgb(214,108,218); }
div.DivClassName
{
background-color: #D66CDA;
}
.BgClassName
{
background-color: #D66CDA;
}
</style>
border-color css
<style>
span { border-color: #D66CDA; }
span { border-color: rgb(214,108,218); }
td.TdClassName
{
border-color: #D66CDA;
}
.TagClassName
{
border-color: #D66CDA;
}
</style>