Shades of Orchid #D566BC
Tints of Orchid #D566BC
RGB
CMYK
RGB Variations
Color information
#D566BC (or 0xD566BC) is known color: Orchid. HEX triplet: D5, 66 and BC. RGB value is (213,102,188). Sum of RGB (Red+Green+Blue) = 213+102+188=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D566BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566BC is #2A9943. Grayscale: #909090. Windows color (decimal): -2791748 or 12347093. OLE color: 12347093.
HSL color Cylindrical-coordinate representation of color #D566BC: hue angle of 313.51º 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 #D566BC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 188 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.16 |
| HSL | 313.51º | 0.57% | 0.62% | - |
| HSV(B) | 313.51º | 0.52% | 0.84% | - |
| XYZ | 41.27 | 27.28 | 50.67 | - |
| YUV | 144.99 | 152.27 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 188 | 0 | 0.52 | 0.12 | 0.16 | 313.51 | 0.57 | 0.62 |
| Hex | D5 | 66 | BC | 0 | 34 | C | 10 | 13A | 39 | 3E |
| Octal | 325 | 146 | 274 | 0 | 64 | 14 | 20 | 472 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10111100 | 0 | 110100 | 1100 | 10000 | 100111010 | 111001 | 111110 |
Color Harmonies of #D566BC
Complementary color
Monochromatic Colors of #D566BC
Black with #D566BC
Text Example
Text Example
White with #D566BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566BC; }
p { color: rgb(213,102,188); }
H1.HeaderClassName
{
color: #D566BC;
}
.AnyTagClassName
{
color: #D566BC;
}
</style>
background-color css
<style>
a { background-color: #D566BC; }
a { background-color: rgb(213,102,188); }
div.DivClassName
{
background-color: #D566BC;
}
.BgClassName
{
background-color: #D566BC;
}
</style>
border-color css
<style>
span { border-color: #D566BC; }
span { border-color: rgb(213,102,188); }
td.TdClassName
{
border-color: #D566BC;
}
.TagClassName
{
border-color: #D566BC;
}
</style>