Shades of Orchid #D66BD2
Tints of Orchid #D66BD2
RGB
CMYK
RGB Variations
Color information
#D66BD2 (or 0xD66BD2) is known color: Orchid. HEX triplet: D6, 6B and D2. RGB value is (214,107,210). Sum of RGB (Red+Green+Blue) = 214+107+210=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BD2 is #29942D. Grayscale: #969696. Windows color (decimal): -2724910 or 13790166. OLE color: 13790166.
HSL color Cylindrical-coordinate representation of color #D66BD2: hue angle of 302.24º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66BD2 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 107 | 210 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.16 |
| HSL | 302.24º | 0.57% | 0.63% | - |
| HSV(B) | 302.24º | 0.5% | 0.84% | - |
| XYZ | 44.62 | 29.46 | 64.31 | - |
| YUV | 150.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 210 | 0 | 0.50 | 0.02 | 0.16 | 302.24 | 0.57 | 0.63 |
| Hex | D6 | 6B | D2 | 0 | 32 | 2 | 10 | 12E | 39 | 3F |
| Octal | 326 | 153 | 322 | 0 | 62 | 2 | 20 | 456 | 71 | 77 |
| Binary | 11010110 | 1101011 | 11010010 | 0 | 110010 | 10 | 10000 | 100101110 | 111001 | 111111 |
Color Harmonies of #D66BD2
Complementary color
Monochromatic Colors of #D66BD2
Black with #D66BD2
Text Example
Text Example
White with #D66BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66BD2; }
p { color: rgb(214,107,210); }
H1.HeaderClassName
{
color: #D66BD2;
}
.AnyTagClassName
{
color: #D66BD2;
}
</style>
background-color css
<style>
a { background-color: #D66BD2; }
a { background-color: rgb(214,107,210); }
div.DivClassName
{
background-color: #D66BD2;
}
.BgClassName
{
background-color: #D66BD2;
}
</style>
border-color css
<style>
span { border-color: #D66BD2; }
span { border-color: rgb(214,107,210); }
td.TdClassName
{
border-color: #D66BD2;
}
.TagClassName
{
border-color: #D66BD2;
}
</style>