Shades of Orchid #D665BB
Tints of Orchid #D665BB
RGB
CMYK
RGB Variations
Color information
#D665BB (or 0xD665BB) is known color: Orchid. HEX triplet: D6, 65 and BB. RGB value is (214,101,187). Sum of RGB (Red+Green+Blue) = 214+101+187=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D665BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665BB is #299A44. Grayscale: #909090. Windows color (decimal): -2726469 or 12281302. OLE color: 12281302.
HSL color Cylindrical-coordinate representation of color #D665BB: hue angle of 314.34º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665BB is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 101 | 187 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.16 |
| HSL | 314.34º | 0.58% | 0.62% | - |
| HSV(B) | 314.34º | 0.53% | 0.84% | - |
| XYZ | 41.35 | 27.19 | 50.08 | - |
| YUV | 144.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 101 | 187 | 0 | 0.53 | 0.13 | 0.16 | 314.34 | 0.58 | 0.62 |
| Hex | D6 | 65 | BB | 0 | 35 | D | 10 | 13A | 3A | 3E |
| Octal | 326 | 145 | 273 | 0 | 65 | 15 | 20 | 472 | 72 | 76 |
| Binary | 11010110 | 1100101 | 10111011 | 0 | 110101 | 1101 | 10000 | 100111010 | 111010 | 111110 |
Color Harmonies of #D665BB
Complementary color
Monochromatic Colors of #D665BB
Black with #D665BB
Text Example
Text Example
White with #D665BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D665BB; }
p { color: rgb(214,101,187); }
H1.HeaderClassName
{
color: #D665BB;
}
.AnyTagClassName
{
color: #D665BB;
}
</style>
background-color css
<style>
a { background-color: #D665BB; }
a { background-color: rgb(214,101,187); }
div.DivClassName
{
background-color: #D665BB;
}
.BgClassName
{
background-color: #D665BB;
}
</style>
border-color css
<style>
span { border-color: #D665BB; }
span { border-color: rgb(214,101,187); }
td.TdClassName
{
border-color: #D665BB;
}
.TagClassName
{
border-color: #D665BB;
}
</style>