Shades of Orchid #D667BA
Tints of Orchid #D667BA
RGB
CMYK
RGB Variations
Color information
#D667BA (or 0xD667BA) is known color: Orchid. HEX triplet: D6, 67 and BA. RGB value is (214,103,186). Sum of RGB (Red+Green+Blue) = 214+103+186=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D667BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D667BA is #299845. Grayscale: #919191. Windows color (decimal): -2725958 or 12216278. OLE color: 12216278.
HSL color Cylindrical-coordinate representation of color #D667BA: hue angle of 315.14º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D667BA is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 186 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.16 |
| HSL | 315.14º | 0.58% | 0.62% | - |
| HSV(B) | 315.14º | 0.52% | 0.84% | - |
| XYZ | 41.44 | 27.54 | 49.59 | - |
| YUV | 145.65 | 150.77 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 186 | 0 | 0.52 | 0.13 | 0.16 | 315.14 | 0.58 | 0.62 |
| Hex | D6 | 67 | BA | 0 | 34 | D | 10 | 13B | 3A | 3E |
| Octal | 326 | 147 | 272 | 0 | 64 | 15 | 20 | 473 | 72 | 76 |
| Binary | 11010110 | 1100111 | 10111010 | 0 | 110100 | 1101 | 10000 | 100111011 | 111010 | 111110 |
Color Harmonies of #D667BA
Complementary color
Monochromatic Colors of #D667BA
Black with #D667BA
Text Example
Text Example
White with #D667BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D667BA; }
p { color: rgb(214,103,186); }
H1.HeaderClassName
{
color: #D667BA;
}
.AnyTagClassName
{
color: #D667BA;
}
</style>
background-color css
<style>
a { background-color: #D667BA; }
a { background-color: rgb(214,103,186); }
div.DivClassName
{
background-color: #D667BA;
}
.BgClassName
{
background-color: #D667BA;
}
</style>
border-color css
<style>
span { border-color: #D667BA; }
span { border-color: rgb(214,103,186); }
td.TdClassName
{
border-color: #D667BA;
}
.TagClassName
{
border-color: #D667BA;
}
</style>