Shades of Orchid #D66CE3
Tints of Orchid #D66CE3
RGB
CMYK
RGB Variations
Color information
#D66CE3 (or 0xD66CE3) is known color: Orchid. HEX triplet: D6, 6C and E3. RGB value is (214,108,227). Sum of RGB (Red+Green+Blue) = 214+108+227=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 108 (42.58% from 255 or 19.67% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #D66CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CE3 is #29931C. Grayscale: #989898. Windows color (decimal): -2724637 or 14904534. OLE color: 14904534.
HSL color Cylindrical-coordinate representation of color #D66CE3: hue angle of 293.45º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66CE3 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 108 | 227 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.11 |
| HSL | 293.45º | 0.68% | 0.66% | - |
| HSV(B) | 293.45º | 0.52% | 0.89% | - |
| XYZ | 46.96 | 30.57 | 76.1 | - |
| YUV | 153.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 227 | 0.06 | 0.52 | 0 | 0.11 | 293.45 | 0.68 | 0.66 |
| Hex | D6 | 6C | E3 | 6 | 34 | 0 | B | 125 | 44 | 42 |
| Octal | 326 | 154 | 343 | 6 | 64 | 0 | 13 | 445 | 104 | 102 |
| Binary | 11010110 | 1101100 | 11100011 | 110 | 110100 | 0 | 1011 | 100100101 | 1000100 | 1000010 |
Color Harmonies of #D66CE3
Complementary color
Monochromatic Colors of #D66CE3
Black with #D66CE3
Text Example
Text Example
White with #D66CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66CE3; }
p { color: rgb(214,108,227); }
H1.HeaderClassName
{
color: #D66CE3;
}
.AnyTagClassName
{
color: #D66CE3;
}
</style>
background-color css
<style>
a { background-color: #D66CE3; }
a { background-color: rgb(214,108,227); }
div.DivClassName
{
background-color: #D66CE3;
}
.BgClassName
{
background-color: #D66CE3;
}
</style>
border-color css
<style>
span { border-color: #D66CE3; }
span { border-color: rgb(214,108,227); }
td.TdClassName
{
border-color: #D66CE3;
}
.TagClassName
{
border-color: #D66CE3;
}
</style>