Shades of Orchid #D869C3
Tints of Orchid #D869C3
RGB
CMYK
RGB Variations
Color information
#D869C3 (or 0xD869C3) is known color: Orchid. HEX triplet: D8, 69 and C3. RGB value is (216,105,195). Sum of RGB (Red+Green+Blue) = 216+105+195=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D869C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869C3 is #27963C. Grayscale: #949494. Windows color (decimal): -2594365 or 12806616. OLE color: 12806616.
HSL color Cylindrical-coordinate representation of color #D869C3: hue angle of 311.35º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D869C3 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 195 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.15 |
| HSL | 311.35º | 0.59% | 0.63% | - |
| HSV(B) | 311.35º | 0.51% | 0.85% | - |
| XYZ | 43.22 | 28.64 | 54.88 | - |
| YUV | 148.45 | 154.27 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 195 | 0 | 0.51 | 0.10 | 0.15 | 311.35 | 0.59 | 0.63 |
| Hex | D8 | 69 | C3 | 0 | 33 | A | F | 137 | 3B | 3F |
| Octal | 330 | 151 | 303 | 0 | 63 | 12 | 17 | 467 | 73 | 77 |
| Binary | 11011000 | 1101001 | 11000011 | 0 | 110011 | 1010 | 1111 | 100110111 | 111011 | 111111 |
Color Harmonies of #D869C3
Complementary color
Monochromatic Colors of #D869C3
Black with #D869C3
Text Example
Text Example
White with #D869C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869C3; }
p { color: rgb(216,105,195); }
H1.HeaderClassName
{
color: #D869C3;
}
.AnyTagClassName
{
color: #D869C3;
}
</style>
background-color css
<style>
a { background-color: #D869C3; }
a { background-color: rgb(216,105,195); }
div.DivClassName
{
background-color: #D869C3;
}
.BgClassName
{
background-color: #D869C3;
}
</style>
border-color css
<style>
span { border-color: #D869C3; }
span { border-color: rgb(216,105,195); }
td.TdClassName
{
border-color: #D869C3;
}
.TagClassName
{
border-color: #D869C3;
}
</style>