Shades of Orchid #D567BA
Tints of Orchid #D567BA
RGB
CMYK
RGB Variations
Color information
#D567BA (or 0xD567BA) is known color: Orchid. HEX triplet: D5, 67 and BA. RGB value is (213,103,186). Sum of RGB (Red+Green+Blue) = 213+103+186=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D567BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D567BA is #2A9845. Grayscale: #919191. Windows color (decimal): -2791494 or 12216277. OLE color: 12216277.
HSL color Cylindrical-coordinate representation of color #D567BA: hue angle of 314.73º 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 #D567BA is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 186 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.16 |
| HSL | 314.73º | 0.57% | 0.62% | - |
| HSV(B) | 314.73º | 0.52% | 0.84% | - |
| XYZ | 41.15 | 27.39 | 49.57 | - |
| YUV | 145.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 186 | 0 | 0.52 | 0.13 | 0.16 | 314.73 | 0.57 | 0.62 |
| Hex | D5 | 67 | BA | 0 | 34 | D | 10 | 13B | 39 | 3E |
| Octal | 325 | 147 | 272 | 0 | 64 | 15 | 20 | 473 | 71 | 76 |
| Binary | 11010101 | 1100111 | 10111010 | 0 | 110100 | 1101 | 10000 | 100111011 | 111001 | 111110 |
Color Harmonies of #D567BA
Complementary color
Monochromatic Colors of #D567BA
Black with #D567BA
Text Example
Text Example
White with #D567BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D567BA; }
p { color: rgb(213,103,186); }
H1.HeaderClassName
{
color: #D567BA;
}
.AnyTagClassName
{
color: #D567BA;
}
</style>
background-color css
<style>
a { background-color: #D567BA; }
a { background-color: rgb(213,103,186); }
div.DivClassName
{
background-color: #D567BA;
}
.BgClassName
{
background-color: #D567BA;
}
</style>
border-color css
<style>
span { border-color: #D567BA; }
span { border-color: rgb(213,103,186); }
td.TdClassName
{
border-color: #D567BA;
}
.TagClassName
{
border-color: #D567BA;
}
</style>