Shades of Orchid #D568BE
Tints of Orchid #D568BE
RGB
CMYK
RGB Variations
Color information
#D568BE (or 0xD568BE) is known color: Orchid. HEX triplet: D5, 68 and BE. RGB value is (213,104,190). Sum of RGB (Red+Green+Blue) = 213+104+190=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D568BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568BE is #2A9741. Grayscale: #929292. Windows color (decimal): -2791234 or 12478677. OLE color: 12478677.
HSL color Cylindrical-coordinate representation of color #D568BE: hue angle of 312.66º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D568BE is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 190 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.16 |
| HSL | 312.66º | 0.56% | 0.62% | - |
| HSV(B) | 312.66º | 0.51% | 0.84% | - |
| XYZ | 41.69 | 27.76 | 51.88 | - |
| YUV | 146.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 190 | 0 | 0.51 | 0.11 | 0.16 | 312.66 | 0.56 | 0.62 |
| Hex | D5 | 68 | BE | 0 | 33 | B | 10 | 139 | 38 | 3E |
| Octal | 325 | 150 | 276 | 0 | 63 | 13 | 20 | 471 | 70 | 76 |
| Binary | 11010101 | 1101000 | 10111110 | 0 | 110011 | 1011 | 10000 | 100111001 | 111000 | 111110 |
Color Harmonies of #D568BE
Complementary color
Monochromatic Colors of #D568BE
Black with #D568BE
Text Example
Text Example
White with #D568BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D568BE; }
p { color: rgb(213,104,190); }
H1.HeaderClassName
{
color: #D568BE;
}
.AnyTagClassName
{
color: #D568BE;
}
</style>
background-color css
<style>
a { background-color: #D568BE; }
a { background-color: rgb(213,104,190); }
div.DivClassName
{
background-color: #D568BE;
}
.BgClassName
{
background-color: #D568BE;
}
</style>
border-color css
<style>
span { border-color: #D568BE; }
span { border-color: rgb(213,104,190); }
td.TdClassName
{
border-color: #D568BE;
}
.TagClassName
{
border-color: #D568BE;
}
</style>