Shades of Orchid #D969CF
Tints of Orchid #D969CF
RGB
CMYK
RGB Variations
Color information
#D969CF (or 0xD969CF) is known color: Orchid. HEX triplet: D9, 69 and CF. RGB value is (217,105,207). Sum of RGB (Red+Green+Blue) = 217+105+207=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D969CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969CF is #269630. Grayscale: #959595. Windows color (decimal): -2528817 or 13593049. OLE color: 13593049.
HSL color Cylindrical-coordinate representation of color #D969CF: hue angle of 305.36º 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 #D969CF is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 207 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.15 |
| HSL | 305.36º | 0.6% | 0.63% | - |
| HSV(B) | 305.36º | 0.52% | 0.85% | - |
| XYZ | 44.93 | 29.36 | 62.33 | - |
| YUV | 150.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 207 | 0 | 0.52 | 0.05 | 0.15 | 305.36 | 0.6 | 0.63 |
| Hex | D9 | 69 | CF | 0 | 34 | 5 | F | 131 | 3C | 3F |
| Octal | 331 | 151 | 317 | 0 | 64 | 5 | 17 | 461 | 74 | 77 |
| Binary | 11011001 | 1101001 | 11001111 | 0 | 110100 | 101 | 1111 | 100110001 | 111100 | 111111 |
Color Harmonies of #D969CF
Complementary color
Monochromatic Colors of #D969CF
Black with #D969CF
Text Example
Text Example
White with #D969CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969CF; }
p { color: rgb(217,105,207); }
H1.HeaderClassName
{
color: #D969CF;
}
.AnyTagClassName
{
color: #D969CF;
}
</style>
background-color css
<style>
a { background-color: #D969CF; }
a { background-color: rgb(217,105,207); }
div.DivClassName
{
background-color: #D969CF;
}
.BgClassName
{
background-color: #D969CF;
}
</style>
border-color css
<style>
span { border-color: #D969CF; }
span { border-color: rgb(217,105,207); }
td.TdClassName
{
border-color: #D969CF;
}
.TagClassName
{
border-color: #D969CF;
}
</style>