Shades of Orchid #D566C4
Tints of Orchid #D566C4
RGB
CMYK
RGB Variations
Color information
#D566C4 (or 0xD566C4) is known color: Orchid. HEX triplet: D5, 66 and C4. RGB value is (213,102,196). Sum of RGB (Red+Green+Blue) = 213+102+196=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D566C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566C4 is #2A993B. Grayscale: #919191. Windows color (decimal): -2791740 or 12871381. OLE color: 12871381.
HSL color Cylindrical-coordinate representation of color #D566C4: hue angle of 309.19º 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 #D566C4 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 196 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.16 |
| HSL | 309.19º | 0.57% | 0.62% | - |
| HSV(B) | 309.19º | 0.52% | 0.84% | - |
| XYZ | 42.16 | 27.63 | 55.34 | - |
| YUV | 145.91 | 156.27 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 196 | 0 | 0.52 | 0.08 | 0.16 | 309.19 | 0.57 | 0.62 |
| Hex | D5 | 66 | C4 | 0 | 34 | 8 | 10 | 135 | 39 | 3E |
| Octal | 325 | 146 | 304 | 0 | 64 | 10 | 20 | 465 | 71 | 76 |
| Binary | 11010101 | 1100110 | 11000100 | 0 | 110100 | 1000 | 10000 | 100110101 | 111001 | 111110 |
Color Harmonies of #D566C4
Complementary color
Monochromatic Colors of #D566C4
Black with #D566C4
Text Example
Text Example
White with #D566C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566C4; }
p { color: rgb(213,102,196); }
H1.HeaderClassName
{
color: #D566C4;
}
.AnyTagClassName
{
color: #D566C4;
}
</style>
background-color css
<style>
a { background-color: #D566C4; }
a { background-color: rgb(213,102,196); }
div.DivClassName
{
background-color: #D566C4;
}
.BgClassName
{
background-color: #D566C4;
}
</style>
border-color css
<style>
span { border-color: #D566C4; }
span { border-color: rgb(213,102,196); }
td.TdClassName
{
border-color: #D566C4;
}
.TagClassName
{
border-color: #D566C4;
}
</style>