Shades of Orchid #D969C8
Tints of Orchid #D969C8
RGB
CMYK
RGB Variations
Color information
#D969C8 (or 0xD969C8) is known color: Orchid. HEX triplet: D9, 69 and C8. RGB value is (217,105,200). Sum of RGB (Red+Green+Blue) = 217+105+200=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D969C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969C8 is #269637. Grayscale: #959595. Windows color (decimal): -2528824 or 13134297. OLE color: 13134297.
HSL color Cylindrical-coordinate representation of color #D969C8: hue angle of 309.11º 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 #D969C8 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 200 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.15 |
| HSL | 309.11º | 0.6% | 0.63% | - |
| HSV(B) | 309.11º | 0.52% | 0.85% | - |
| XYZ | 44.09 | 29.03 | 57.92 | - |
| YUV | 149.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 200 | 0 | 0.52 | 0.08 | 0.15 | 309.11 | 0.6 | 0.63 |
| Hex | D9 | 69 | C8 | 0 | 34 | 8 | F | 135 | 3C | 3F |
| Octal | 331 | 151 | 310 | 0 | 64 | 10 | 17 | 465 | 74 | 77 |
| Binary | 11011001 | 1101001 | 11001000 | 0 | 110100 | 1000 | 1111 | 100110101 | 111100 | 111111 |
Color Harmonies of #D969C8
Complementary color
Monochromatic Colors of #D969C8
Black with #D969C8
Text Example
Text Example
White with #D969C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969C8; }
p { color: rgb(217,105,200); }
H1.HeaderClassName
{
color: #D969C8;
}
.AnyTagClassName
{
color: #D969C8;
}
</style>
background-color css
<style>
a { background-color: #D969C8; }
a { background-color: rgb(217,105,200); }
div.DivClassName
{
background-color: #D969C8;
}
.BgClassName
{
background-color: #D969C8;
}
</style>
border-color css
<style>
span { border-color: #D969C8; }
span { border-color: rgb(217,105,200); }
td.TdClassName
{
border-color: #D969C8;
}
.TagClassName
{
border-color: #D969C8;
}
</style>