Shades of Orchid #D66BBE
Tints of Orchid #D66BBE
RGB
CMYK
RGB Variations
Color information
#D66BBE (or 0xD66BBE) is known color: Orchid. HEX triplet: D6, 6B and BE. RGB value is (214,107,190). Sum of RGB (Red+Green+Blue) = 214+107+190=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BBE is #299441. Grayscale: #949494. Windows color (decimal): -2724930 or 12479446. OLE color: 12479446.
HSL color Cylindrical-coordinate representation of color #D66BBE: hue angle of 313.46º 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 #D66BBE is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 107 | 190 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.16 |
| HSL | 313.46º | 0.57% | 0.63% | - |
| HSV(B) | 313.46º | 0.5% | 0.84% | - |
| XYZ | 42.28 | 28.53 | 51.99 | - |
| YUV | 148.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 190 | 0 | 0.50 | 0.11 | 0.16 | 313.46 | 0.57 | 0.63 |
| Hex | D6 | 6B | BE | 0 | 32 | B | 10 | 139 | 39 | 3F |
| Octal | 326 | 153 | 276 | 0 | 62 | 13 | 20 | 471 | 71 | 77 |
| Binary | 11010110 | 1101011 | 10111110 | 0 | 110010 | 1011 | 10000 | 100111001 | 111001 | 111111 |
Color Harmonies of #D66BBE
Complementary color
Monochromatic Colors of #D66BBE
Black with #D66BBE
Text Example
Text Example
White with #D66BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66BBE; }
p { color: rgb(214,107,190); }
H1.HeaderClassName
{
color: #D66BBE;
}
.AnyTagClassName
{
color: #D66BBE;
}
</style>
background-color css
<style>
a { background-color: #D66BBE; }
a { background-color: rgb(214,107,190); }
div.DivClassName
{
background-color: #D66BBE;
}
.BgClassName
{
background-color: #D66BBE;
}
</style>
border-color css
<style>
span { border-color: #D66BBE; }
span { border-color: rgb(214,107,190); }
td.TdClassName
{
border-color: #D66BBE;
}
.TagClassName
{
border-color: #D66BBE;
}
</style>