Shades of Orchid #D566BF
Tints of Orchid #D566BF
RGB
CMYK
RGB Variations
Color information
#D566BF (or 0xD566BF) is known color: Orchid. HEX triplet: D5, 66 and BF. RGB value is (213,102,191). Sum of RGB (Red+Green+Blue) = 213+102+191=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D566BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566BF is #2A9940. Grayscale: #919191. Windows color (decimal): -2791745 or 12543701. OLE color: 12543701.
HSL color Cylindrical-coordinate representation of color #D566BF: hue angle of 311.89º 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 #D566BF is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 191 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.16 |
| HSL | 311.89º | 0.57% | 0.62% | - |
| HSV(B) | 311.89º | 0.52% | 0.84% | - |
| XYZ | 41.6 | 27.41 | 52.39 | - |
| YUV | 145.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 191 | 0 | 0.52 | 0.10 | 0.16 | 311.89 | 0.57 | 0.62 |
| Hex | D5 | 66 | BF | 0 | 34 | A | 10 | 138 | 39 | 3E |
| Octal | 325 | 146 | 277 | 0 | 64 | 12 | 20 | 470 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10111111 | 0 | 110100 | 1010 | 10000 | 100111000 | 111001 | 111110 |
Color Harmonies of #D566BF
Complementary color
Monochromatic Colors of #D566BF
Black with #D566BF
Text Example
Text Example
White with #D566BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566BF; }
p { color: rgb(213,102,191); }
H1.HeaderClassName
{
color: #D566BF;
}
.AnyTagClassName
{
color: #D566BF;
}
</style>
background-color css
<style>
a { background-color: #D566BF; }
a { background-color: rgb(213,102,191); }
div.DivClassName
{
background-color: #D566BF;
}
.BgClassName
{
background-color: #D566BF;
}
</style>
border-color css
<style>
span { border-color: #D566BF; }
span { border-color: rgb(213,102,191); }
td.TdClassName
{
border-color: #D566BF;
}
.TagClassName
{
border-color: #D566BF;
}
</style>