Shades of Orchid #D568B9
Tints of Orchid #D568B9
RGB
CMYK
RGB Variations
Color information
#D568B9 (or 0xD568B9) is known color: Orchid. HEX triplet: D5, 68 and B9. RGB value is (213,104,185). Sum of RGB (Red+Green+Blue) = 213+104+185=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D568B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D568B9 is #2A9746. Grayscale: #919191. Windows color (decimal): -2791239 or 12150997. OLE color: 12150997.
HSL color Cylindrical-coordinate representation of color #D568B9: hue angle of 315.41º 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 #D568B9 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 185 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.16 |
| HSL | 315.41º | 0.56% | 0.62% | - |
| HSV(B) | 315.41º | 0.51% | 0.84% | - |
| XYZ | 41.15 | 27.55 | 49.05 | - |
| YUV | 145.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 185 | 0 | 0.51 | 0.13 | 0.16 | 315.41 | 0.56 | 0.62 |
| Hex | D5 | 68 | B9 | 0 | 33 | D | 10 | 13B | 38 | 3E |
| Octal | 325 | 150 | 271 | 0 | 63 | 15 | 20 | 473 | 70 | 76 |
| Binary | 11010101 | 1101000 | 10111001 | 0 | 110011 | 1101 | 10000 | 100111011 | 111000 | 111110 |
Color Harmonies of #D568B9
Complementary color
Monochromatic Colors of #D568B9
Black with #D568B9
Text Example
Text Example
White with #D568B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D568B9; }
p { color: rgb(213,104,185); }
H1.HeaderClassName
{
color: #D568B9;
}
.AnyTagClassName
{
color: #D568B9;
}
</style>
background-color css
<style>
a { background-color: #D568B9; }
a { background-color: rgb(213,104,185); }
div.DivClassName
{
background-color: #D568B9;
}
.BgClassName
{
background-color: #D568B9;
}
</style>
border-color css
<style>
span { border-color: #D568B9; }
span { border-color: rgb(213,104,185); }
td.TdClassName
{
border-color: #D568B9;
}
.TagClassName
{
border-color: #D568B9;
}
</style>