Shades of Orchid #D568BB
Tints of Orchid #D568BB
RGB
CMYK
RGB Variations
Color information
#D568BB (or 0xD568BB) is known color: Orchid. HEX triplet: D5, 68 and BB. RGB value is (213,104,187). Sum of RGB (Red+Green+Blue) = 213+104+187=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D568BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568BB is #2A9744. Grayscale: #919191. Windows color (decimal): -2791237 or 12282069. OLE color: 12282069.
HSL color Cylindrical-coordinate representation of color #D568BB: hue angle of 314.31º degrees, saturation: 0.56, 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 #D568BB is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 187 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.16 |
| HSL | 314.31º | 0.56% | 0.62% | - |
| HSV(B) | 314.31º | 0.51% | 0.84% | - |
| XYZ | 41.36 | 27.63 | 50.17 | - |
| YUV | 146.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 187 | 0 | 0.51 | 0.12 | 0.16 | 314.31 | 0.56 | 0.62 |
| Hex | D5 | 68 | BB | 0 | 33 | C | 10 | 13A | 38 | 3E |
| Octal | 325 | 150 | 273 | 0 | 63 | 14 | 20 | 472 | 70 | 76 |
| Binary | 11010101 | 1101000 | 10111011 | 0 | 110011 | 1100 | 10000 | 100111010 | 111000 | 111110 |
Color Harmonies of #D568BB
Complementary color
Monochromatic Colors of #D568BB
Black with #D568BB
Text Example
Text Example
White with #D568BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D568BB; }
p { color: rgb(213,104,187); }
H1.HeaderClassName
{
color: #D568BB;
}
.AnyTagClassName
{
color: #D568BB;
}
</style>
background-color css
<style>
a { background-color: #D568BB; }
a { background-color: rgb(213,104,187); }
div.DivClassName
{
background-color: #D568BB;
}
.BgClassName
{
background-color: #D568BB;
}
</style>
border-color css
<style>
span { border-color: #D568BB; }
span { border-color: rgb(213,104,187); }
td.TdClassName
{
border-color: #D568BB;
}
.TagClassName
{
border-color: #D568BB;
}
</style>