Shades of Orchid #D569C7
Tints of Orchid #D569C7
RGB
CMYK
RGB Variations
Color information
#D569C7 (or 0xD569C7) is known color: Orchid. HEX triplet: D5, 69 and C7. RGB value is (213,105,199). Sum of RGB (Red+Green+Blue) = 213+105+199=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D569C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569C7 is #2A9638. Grayscale: #939393. Windows color (decimal): -2790969 or 13068757. OLE color: 13068757.
HSL color Cylindrical-coordinate representation of color #D569C7: hue angle of 307.78º 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 #D569C7 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 199 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.16 |
| HSL | 307.78º | 0.56% | 0.62% | - |
| HSV(B) | 307.78º | 0.51% | 0.84% | - |
| XYZ | 42.8 | 28.37 | 57.25 | - |
| YUV | 148.01 | 156.78 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 199 | 0 | 0.51 | 0.07 | 0.16 | 307.78 | 0.56 | 0.62 |
| Hex | D5 | 69 | C7 | 0 | 33 | 7 | 10 | 134 | 38 | 3E |
| Octal | 325 | 151 | 307 | 0 | 63 | 7 | 20 | 464 | 70 | 76 |
| Binary | 11010101 | 1101001 | 11000111 | 0 | 110011 | 111 | 10000 | 100110100 | 111000 | 111110 |
Color Harmonies of #D569C7
Complementary color
Monochromatic Colors of #D569C7
Black with #D569C7
Text Example
Text Example
White with #D569C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D569C7; }
p { color: rgb(213,105,199); }
H1.HeaderClassName
{
color: #D569C7;
}
.AnyTagClassName
{
color: #D569C7;
}
</style>
background-color css
<style>
a { background-color: #D569C7; }
a { background-color: rgb(213,105,199); }
div.DivClassName
{
background-color: #D569C7;
}
.BgClassName
{
background-color: #D569C7;
}
</style>
border-color css
<style>
span { border-color: #D569C7; }
span { border-color: rgb(213,105,199); }
td.TdClassName
{
border-color: #D569C7;
}
.TagClassName
{
border-color: #D569C7;
}
</style>