Shades of Orchid #D567BB
Tints of Orchid #D567BB
RGB
CMYK
RGB Variations
Color information
#D567BB (or 0xD567BB) is known color: Orchid. HEX triplet: D5, 67 and BB. RGB value is (213,103,187). Sum of RGB (Red+Green+Blue) = 213+103+187=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D567BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567BB is #2A9844. Grayscale: #919191. Windows color (decimal): -2791493 or 12281813. OLE color: 12281813.
HSL color Cylindrical-coordinate representation of color #D567BB: hue angle of 314.18º degrees, saturation: 0.57, 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 #D567BB is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 187 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.16 |
| HSL | 314.18º | 0.57% | 0.62% | - |
| HSV(B) | 314.18º | 0.52% | 0.84% | - |
| XYZ | 41.26 | 27.43 | 50.13 | - |
| YUV | 145.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 187 | 0 | 0.52 | 0.12 | 0.16 | 314.18 | 0.57 | 0.62 |
| Hex | D5 | 67 | BB | 0 | 34 | C | 10 | 13A | 39 | 3E |
| Octal | 325 | 147 | 273 | 0 | 64 | 14 | 20 | 472 | 71 | 76 |
| Binary | 11010101 | 1100111 | 10111011 | 0 | 110100 | 1100 | 10000 | 100111010 | 111001 | 111110 |
Color Harmonies of #D567BB
Complementary color
Monochromatic Colors of #D567BB
Black with #D567BB
Text Example
Text Example
White with #D567BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D567BB; }
p { color: rgb(213,103,187); }
H1.HeaderClassName
{
color: #D567BB;
}
.AnyTagClassName
{
color: #D567BB;
}
</style>
background-color css
<style>
a { background-color: #D567BB; }
a { background-color: rgb(213,103,187); }
div.DivClassName
{
background-color: #D567BB;
}
.BgClassName
{
background-color: #D567BB;
}
</style>
border-color css
<style>
span { border-color: #D567BB; }
span { border-color: rgb(213,103,187); }
td.TdClassName
{
border-color: #D567BB;
}
.TagClassName
{
border-color: #D567BB;
}
</style>