Shades of Orchid #D969C1
Tints of Orchid #D969C1
RGB
CMYK
RGB Variations
Color information
#D969C1 (or 0xD969C1) is known color: Orchid. HEX triplet: D9, 69 and C1. RGB value is (217,105,193). Sum of RGB (Red+Green+Blue) = 217+105+193=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 105 (41.41% from 255 or 20.39% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D969C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969C1 is #26963E. Grayscale: #949494. Windows color (decimal): -2528831 or 12675545. OLE color: 12675545.
HSL color Cylindrical-coordinate representation of color #D969C1: hue angle of 312.86º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D969C1 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 193 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.15 |
| HSL | 312.86º | 0.6% | 0.63% | - |
| HSV(B) | 312.86º | 0.52% | 0.85% | - |
| XYZ | 43.29 | 28.71 | 53.71 | - |
| YUV | 148.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 193 | 0 | 0.52 | 0.11 | 0.15 | 312.86 | 0.6 | 0.63 |
| Hex | D9 | 69 | C1 | 0 | 34 | B | F | 139 | 3C | 3F |
| Octal | 331 | 151 | 301 | 0 | 64 | 13 | 17 | 471 | 74 | 77 |
| Binary | 11011001 | 1101001 | 11000001 | 0 | 110100 | 1011 | 1111 | 100111001 | 111100 | 111111 |
Color Harmonies of #D969C1
Complementary color
Monochromatic Colors of #D969C1
Black with #D969C1
Text Example
Text Example
White with #D969C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969C1; }
p { color: rgb(217,105,193); }
H1.HeaderClassName
{
color: #D969C1;
}
.AnyTagClassName
{
color: #D969C1;
}
</style>
background-color css
<style>
a { background-color: #D969C1; }
a { background-color: rgb(217,105,193); }
div.DivClassName
{
background-color: #D969C1;
}
.BgClassName
{
background-color: #D969C1;
}
</style>
border-color css
<style>
span { border-color: #D969C1; }
span { border-color: rgb(217,105,193); }
td.TdClassName
{
border-color: #D969C1;
}
.TagClassName
{
border-color: #D969C1;
}
</style>