Shades of Orchid #D569C3
Tints of Orchid #D569C3
RGB
CMYK
RGB Variations
Color information
#D569C3 (or 0xD569C3) is known color: Orchid. HEX triplet: D5, 69 and C3. RGB value is (213,105,195). Sum of RGB (Red+Green+Blue) = 213+105+195=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D569C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569C3 is #2A963C. Grayscale: #939393. Windows color (decimal): -2790973 or 12806613. OLE color: 12806613.
HSL color Cylindrical-coordinate representation of color #D569C3: hue angle of 310º 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 #D569C3 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 195 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.16 |
| HSL | 310º | 0.56% | 0.62% | - |
| HSV(B) | 310º | 0.51% | 0.84% | - |
| XYZ | 42.34 | 28.19 | 54.84 | - |
| YUV | 147.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 195 | 0 | 0.51 | 0.08 | 0.16 | 310 | 0.56 | 0.62 |
| Hex | D5 | 69 | C3 | 0 | 33 | 8 | 10 | 136 | 38 | 3E |
| Octal | 325 | 151 | 303 | 0 | 63 | 10 | 20 | 466 | 70 | 76 |
| Binary | 11010101 | 1101001 | 11000011 | 0 | 110011 | 1000 | 10000 | 100110110 | 111000 | 111110 |
Color Harmonies of #D569C3
Complementary color
Monochromatic Colors of #D569C3
Black with #D569C3
Text Example
Text Example
White with #D569C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D569C3; }
p { color: rgb(213,105,195); }
H1.HeaderClassName
{
color: #D569C3;
}
.AnyTagClassName
{
color: #D569C3;
}
</style>
background-color css
<style>
a { background-color: #D569C3; }
a { background-color: rgb(213,105,195); }
div.DivClassName
{
background-color: #D569C3;
}
.BgClassName
{
background-color: #D569C3;
}
</style>
border-color css
<style>
span { border-color: #D569C3; }
span { border-color: rgb(213,105,195); }
td.TdClassName
{
border-color: #D569C3;
}
.TagClassName
{
border-color: #D569C3;
}
</style>