Shades of Orchid #D969CE
Tints of Orchid #D969CE
RGB
CMYK
RGB Variations
Color information
#D969CE (or 0xD969CE) is known color: Orchid. HEX triplet: D9, 69 and CE. RGB value is (217,105,206). Sum of RGB (Red+Green+Blue) = 217+105+206=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D969CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969CE is #269631. Grayscale: #959595. Windows color (decimal): -2528818 or 13527513. OLE color: 13527513.
HSL color Cylindrical-coordinate representation of color #D969CE: hue angle of 305.89º 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 #D969CE is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 105 | 206 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.15 |
| HSL | 305.89º | 0.6% | 0.63% | - |
| HSV(B) | 305.89º | 0.52% | 0.85% | - |
| XYZ | 44.81 | 29.31 | 61.69 | - |
| YUV | 150 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 206 | 0 | 0.52 | 0.05 | 0.15 | 305.89 | 0.6 | 0.63 |
| Hex | D9 | 69 | CE | 0 | 34 | 5 | F | 132 | 3C | 3F |
| Octal | 331 | 151 | 316 | 0 | 64 | 5 | 17 | 462 | 74 | 77 |
| Binary | 11011001 | 1101001 | 11001110 | 0 | 110100 | 101 | 1111 | 100110010 | 111100 | 111111 |
Color Harmonies of #D969CE
Complementary color
Monochromatic Colors of #D969CE
Black with #D969CE
Text Example
Text Example
White with #D969CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969CE; }
p { color: rgb(217,105,206); }
H1.HeaderClassName
{
color: #D969CE;
}
.AnyTagClassName
{
color: #D969CE;
}
</style>
background-color css
<style>
a { background-color: #D969CE; }
a { background-color: rgb(217,105,206); }
div.DivClassName
{
background-color: #D969CE;
}
.BgClassName
{
background-color: #D969CE;
}
</style>
border-color css
<style>
span { border-color: #D969CE; }
span { border-color: rgb(217,105,206); }
td.TdClassName
{
border-color: #D969CE;
}
.TagClassName
{
border-color: #D969CE;
}
</style>