Shades of Orchid #D566C0
Tints of Orchid #D566C0
RGB
CMYK
RGB Variations
Color information
#D566C0 (or 0xD566C0) is known color: Orchid. HEX triplet: D5, 66 and C0. RGB value is (213,102,192). Sum of RGB (Red+Green+Blue) = 213+102+192=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D566C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566C0 is #2A993F. Grayscale: #919191. Windows color (decimal): -2791744 or 12609237. OLE color: 12609237.
HSL color Cylindrical-coordinate representation of color #D566C0: hue angle of 311.35º 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 #D566C0 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 192 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.16 |
| HSL | 311.35º | 0.57% | 0.62% | - |
| HSV(B) | 311.35º | 0.52% | 0.84% | - |
| XYZ | 41.71 | 27.45 | 52.97 | - |
| YUV | 145.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 192 | 0 | 0.52 | 0.10 | 0.16 | 311.35 | 0.57 | 0.62 |
| Hex | D5 | 66 | C0 | 0 | 34 | A | 10 | 137 | 39 | 3E |
| Octal | 325 | 146 | 300 | 0 | 64 | 12 | 20 | 467 | 71 | 76 |
| Binary | 11010101 | 1100110 | 11000000 | 0 | 110100 | 1010 | 10000 | 100110111 | 111001 | 111110 |
Color Harmonies of #D566C0
Complementary color
Monochromatic Colors of #D566C0
Black with #D566C0
Text Example
Text Example
White with #D566C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566C0; }
p { color: rgb(213,102,192); }
H1.HeaderClassName
{
color: #D566C0;
}
.AnyTagClassName
{
color: #D566C0;
}
</style>
background-color css
<style>
a { background-color: #D566C0; }
a { background-color: rgb(213,102,192); }
div.DivClassName
{
background-color: #D566C0;
}
.BgClassName
{
background-color: #D566C0;
}
</style>
border-color css
<style>
span { border-color: #D566C0; }
span { border-color: rgb(213,102,192); }
td.TdClassName
{
border-color: #D566C0;
}
.TagClassName
{
border-color: #D566C0;
}
</style>