Shades of Orchid #D566D0
Tints of Orchid #D566D0
RGB
CMYK
RGB Variations
Color information
#D566D0 (or 0xD566D0) is known color: Orchid. HEX triplet: D5, 66 and D0. RGB value is (213,102,208). Sum of RGB (Red+Green+Blue) = 213+102+208=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D566D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566D0 is #2A992F. Grayscale: #929292. Windows color (decimal): -2791728 or 13657813. OLE color: 13657813.
HSL color Cylindrical-coordinate representation of color #D566D0: hue angle of 302.7º 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 #D566D0 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 102 | 208 | - |
CMYK | 0 | 0.52 | 0.02 | 0.16 |
HSL | 302.7º | 0.57% | 0.62% | - |
HSV(B) | 302.7º | 0.52% | 0.84% | - |
XYZ | 43.58 | 28.2 | 62.82 | - |
YUV | 147.27 | 162.27 | 174.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 102 | 208 | 0 | 0.52 | 0.02 | 0.16 | 302.7 | 0.57 | 0.62 |
Hex | D5 | 66 | D0 | 0 | 34 | 2 | 10 | 12F | 39 | 3E |
Octal | 325 | 146 | 320 | 0 | 64 | 2 | 20 | 457 | 71 | 76 |
Binary | 11010101 | 1100110 | 11010000 | 0 | 110100 | 10 | 10000 | 100101111 | 111001 | 111110 |
Color Harmonies of #D566D0
Complementary color
Monochromatic Colors of #D566D0
Black with #D566D0
Text Example
Text Example
White with #D566D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566D0; }
p { color: rgb(213,102,208); }
H1.HeaderClassName
{
color: #D566D0;
}
.AnyTagClassName
{
color: #D566D0;
}
</style>
background-color css
<style>
a { background-color: #D566D0; }
a { background-color: rgb(213,102,208); }
div.DivClassName
{
background-color: #D566D0;
}
.BgClassName
{
background-color: #D566D0;
}
</style>
border-color css
<style>
span { border-color: #D566D0; }
span { border-color: rgb(213,102,208); }
td.TdClassName
{
border-color: #D566D0;
}
.TagClassName
{
border-color: #D566D0;
}
</style>