Shades of Orchid #D96CCD
Tints of Orchid #D96CCD
RGB
CMYK
RGB Variations
Color information
#D96CCD (or 0xD96CCD) is known color: Orchid. HEX triplet: D9, 6C and CD. RGB value is (217,108,205). Sum of RGB (Red+Green+Blue) = 217+108+205=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CCD is #269332. Grayscale: #979797. Windows color (decimal): -2528051 or 13462745. OLE color: 13462745.
HSL color Cylindrical-coordinate representation of color #D96CCD: hue angle of 306.61º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96CCD is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 205 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.15 |
| HSL | 306.61º | 0.59% | 0.64% | - |
| HSV(B) | 306.61º | 0.5% | 0.85% | - |
| XYZ | 45 | 29.88 | 61.15 | - |
| YUV | 151.65 | 158.11 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 205 | 0 | 0.50 | 0.06 | 0.15 | 306.61 | 0.59 | 0.64 |
| Hex | D9 | 6C | CD | 0 | 32 | 6 | F | 133 | 3B | 40 |
| Octal | 331 | 154 | 315 | 0 | 62 | 6 | 17 | 463 | 73 | 100 |
| Binary | 11011001 | 1101100 | 11001101 | 0 | 110010 | 110 | 1111 | 100110011 | 111011 | 1000000 |
Color Harmonies of #D96CCD
Complementary color
Monochromatic Colors of #D96CCD
Black with #D96CCD
Text Example
Text Example
White with #D96CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CCD; }
p { color: rgb(217,108,205); }
H1.HeaderClassName
{
color: #D96CCD;
}
.AnyTagClassName
{
color: #D96CCD;
}
</style>
background-color css
<style>
a { background-color: #D96CCD; }
a { background-color: rgb(217,108,205); }
div.DivClassName
{
background-color: #D96CCD;
}
.BgClassName
{
background-color: #D96CCD;
}
</style>
border-color css
<style>
span { border-color: #D96CCD; }
span { border-color: rgb(217,108,205); }
td.TdClassName
{
border-color: #D96CCD;
}
.TagClassName
{
border-color: #D96CCD;
}
</style>