Shades of Orchid #D668BD
Tints of Orchid #D668BD
RGB
CMYK
RGB Variations
Color information
#D668BD (or 0xD668BD) is known color: Orchid. HEX triplet: D6, 68 and BD. RGB value is (214,104,189). Sum of RGB (Red+Green+Blue) = 214+104+189=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D668BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668BD is #299742. Grayscale: #929292. Windows color (decimal): -2725699 or 12413142. OLE color: 12413142.
HSL color Cylindrical-coordinate representation of color #D668BD: hue angle of 313.64º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D668BD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 104 | 189 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.16 |
| HSL | 313.64º | 0.57% | 0.62% | - |
| HSV(B) | 313.64º | 0.51% | 0.84% | - |
| XYZ | 41.87 | 27.87 | 51.32 | - |
| YUV | 146.58 | 151.94 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 104 | 189 | 0 | 0.51 | 0.12 | 0.16 | 313.64 | 0.57 | 0.62 |
| Hex | D6 | 68 | BD | 0 | 33 | C | 10 | 13A | 39 | 3E |
| Octal | 326 | 150 | 275 | 0 | 63 | 14 | 20 | 472 | 71 | 76 |
| Binary | 11010110 | 1101000 | 10111101 | 0 | 110011 | 1100 | 10000 | 100111010 | 111001 | 111110 |
Color Harmonies of #D668BD
Complementary color
Monochromatic Colors of #D668BD
Black with #D668BD
Text Example
Text Example
White with #D668BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D668BD; }
p { color: rgb(214,104,189); }
H1.HeaderClassName
{
color: #D668BD;
}
.AnyTagClassName
{
color: #D668BD;
}
</style>
background-color css
<style>
a { background-color: #D668BD; }
a { background-color: rgb(214,104,189); }
div.DivClassName
{
background-color: #D668BD;
}
.BgClassName
{
background-color: #D668BD;
}
</style>
border-color css
<style>
span { border-color: #D668BD; }
span { border-color: rgb(214,104,189); }
td.TdClassName
{
border-color: #D668BD;
}
.TagClassName
{
border-color: #D668BD;
}
</style>