Shades of Orchid #D568B8
Tints of Orchid #D568B8
RGB
CMYK
RGB Variations
Color information
#D568B8 (or 0xD568B8) is known color: Orchid. HEX triplet: D5, 68 and B8. RGB value is (213,104,184). Sum of RGB (Red+Green+Blue) = 213+104+184=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D568B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568B8 is #2A9747. Grayscale: #919191. Windows color (decimal): -2791240 or 12085461. OLE color: 12085461.
HSL color Cylindrical-coordinate representation of color #D568B8: hue angle of 315.96º 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 #D568B8 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 184 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.16 |
| HSL | 315.96º | 0.56% | 0.62% | - |
| HSV(B) | 315.96º | 0.51% | 0.84% | - |
| XYZ | 41.04 | 27.51 | 48.49 | - |
| YUV | 145.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 184 | 0 | 0.51 | 0.14 | 0.16 | 315.96 | 0.56 | 0.62 |
| Hex | D5 | 68 | B8 | 0 | 33 | E | 10 | 13C | 38 | 3E |
| Octal | 325 | 150 | 270 | 0 | 63 | 16 | 20 | 474 | 70 | 76 |
| Binary | 11010101 | 1101000 | 10111000 | 0 | 110011 | 1110 | 10000 | 100111100 | 111000 | 111110 |
Color Harmonies of #D568B8
Complementary color
Monochromatic Colors of #D568B8
Black with #D568B8
Text Example
Text Example
White with #D568B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D568B8; }
p { color: rgb(213,104,184); }
H1.HeaderClassName
{
color: #D568B8;
}
.AnyTagClassName
{
color: #D568B8;
}
</style>
background-color css
<style>
a { background-color: #D568B8; }
a { background-color: rgb(213,104,184); }
div.DivClassName
{
background-color: #D568B8;
}
.BgClassName
{
background-color: #D568B8;
}
</style>
border-color css
<style>
span { border-color: #D568B8; }
span { border-color: rgb(213,104,184); }
td.TdClassName
{
border-color: #D568B8;
}
.TagClassName
{
border-color: #D568B8;
}
</style>