Shades of Orchid #D969C5
Tints of Orchid #D969C5
RGB
CMYK
RGB Variations
Color information
#D969C5 (or 0xD969C5) is known color: Orchid. HEX triplet: D9, 69 and C5. RGB value is (217,105,197). Sum of RGB (Red+Green+Blue) = 217+105+197=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D969C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969C5 is #26963A. Grayscale: #949494. Windows color (decimal): -2528827 or 12937689. OLE color: 12937689.
HSL color Cylindrical-coordinate representation of color #D969C5: hue angle of 310.71º 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 #D969C5 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 197 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.15 |
| HSL | 310.71º | 0.6% | 0.63% | - |
| HSV(B) | 310.71º | 0.52% | 0.85% | - |
| XYZ | 43.74 | 28.89 | 56.09 | - |
| YUV | 148.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 197 | 0 | 0.52 | 0.09 | 0.15 | 310.71 | 0.6 | 0.63 |
| Hex | D9 | 69 | C5 | 0 | 34 | 9 | F | 137 | 3C | 3F |
| Octal | 331 | 151 | 305 | 0 | 64 | 11 | 17 | 467 | 74 | 77 |
| Binary | 11011001 | 1101001 | 11000101 | 0 | 110100 | 1001 | 1111 | 100110111 | 111100 | 111111 |
Color Harmonies of #D969C5
Complementary color
Monochromatic Colors of #D969C5
Black with #D969C5
Text Example
Text Example
White with #D969C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969C5; }
p { color: rgb(217,105,197); }
H1.HeaderClassName
{
color: #D969C5;
}
.AnyTagClassName
{
color: #D969C5;
}
</style>
background-color css
<style>
a { background-color: #D969C5; }
a { background-color: rgb(217,105,197); }
div.DivClassName
{
background-color: #D969C5;
}
.BgClassName
{
background-color: #D969C5;
}
</style>
border-color css
<style>
span { border-color: #D969C5; }
span { border-color: rgb(217,105,197); }
td.TdClassName
{
border-color: #D969C5;
}
.TagClassName
{
border-color: #D969C5;
}
</style>