Shades of Orchid #D969CD
Tints of Orchid #D969CD
RGB
CMYK
RGB Variations
Color information
#D969CD (or 0xD969CD) is known color: Orchid. HEX triplet: D9, 69 and CD. RGB value is (217,105,205). Sum of RGB (Red+Green+Blue) = 217+105+205=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D969CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969CD is #269632. Grayscale: #959595. Windows color (decimal): -2528819 or 13461977. OLE color: 13461977.
HSL color Cylindrical-coordinate representation of color #D969CD: hue angle of 306.43º 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 #D969CD is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 205 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.15 |
| HSL | 306.43º | 0.6% | 0.63% | - |
| HSV(B) | 306.43º | 0.52% | 0.85% | - |
| XYZ | 44.69 | 29.26 | 61.05 | - |
| YUV | 149.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 205 | 0 | 0.52 | 0.06 | 0.15 | 306.43 | 0.6 | 0.63 |
| Hex | D9 | 69 | CD | 0 | 34 | 6 | F | 132 | 3C | 3F |
| Octal | 331 | 151 | 315 | 0 | 64 | 6 | 17 | 462 | 74 | 77 |
| Binary | 11011001 | 1101001 | 11001101 | 0 | 110100 | 110 | 1111 | 100110010 | 111100 | 111111 |
Color Harmonies of #D969CD
Complementary color
Monochromatic Colors of #D969CD
Black with #D969CD
Text Example
Text Example
White with #D969CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969CD; }
p { color: rgb(217,105,205); }
H1.HeaderClassName
{
color: #D969CD;
}
.AnyTagClassName
{
color: #D969CD;
}
</style>
background-color css
<style>
a { background-color: #D969CD; }
a { background-color: rgb(217,105,205); }
div.DivClassName
{
background-color: #D969CD;
}
.BgClassName
{
background-color: #D969CD;
}
</style>
border-color css
<style>
span { border-color: #D969CD; }
span { border-color: rgb(217,105,205); }
td.TdClassName
{
border-color: #D969CD;
}
.TagClassName
{
border-color: #D969CD;
}
</style>