Shades of Orchid #D96CCA
Tints of Orchid #D96CCA
RGB
CMYK
RGB Variations
Color information
#D96CCA (or 0xD96CCA) is known color: Orchid. HEX triplet: D9, 6C and CA. RGB value is (217,108,202). Sum of RGB (Red+Green+Blue) = 217+108+202=527 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.18% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D96CCA is #269335. Grayscale: #979797. Windows color (decimal): -2528054 or 13266137. OLE color: 13266137.
HSL color Cylindrical-coordinate representation of color #D96CCA: hue angle of 308.26º 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 #D96CCA is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 202 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.15 |
| HSL | 308.26º | 0.59% | 0.64% | - |
| HSV(B) | 308.26º | 0.5% | 0.85% | - |
| XYZ | 44.64 | 29.74 | 59.27 | - |
| YUV | 151.31 | 156.61 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 202 | 0 | 0.50 | 0.07 | 0.15 | 308.26 | 0.59 | 0.64 |
| Hex | D9 | 6C | CA | 0 | 32 | 7 | F | 134 | 3B | 40 |
| Octal | 331 | 154 | 312 | 0 | 62 | 7 | 17 | 464 | 73 | 100 |
| Binary | 11011001 | 1101100 | 11001010 | 0 | 110010 | 111 | 1111 | 100110100 | 111011 | 1000000 |
Color Harmonies of #D96CCA
Complementary color
Monochromatic Colors of #D96CCA
Black with #D96CCA
Text Example
Text Example
White with #D96CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CCA; }
p { color: rgb(217,108,202); }
H1.HeaderClassName
{
color: #D96CCA;
}
.AnyTagClassName
{
color: #D96CCA;
}
</style>
background-color css
<style>
a { background-color: #D96CCA; }
a { background-color: rgb(217,108,202); }
div.DivClassName
{
background-color: #D96CCA;
}
.BgClassName
{
background-color: #D96CCA;
}
</style>
border-color css
<style>
span { border-color: #D96CCA; }
span { border-color: rgb(217,108,202); }
td.TdClassName
{
border-color: #D96CCA;
}
.TagClassName
{
border-color: #D96CCA;
}
</style>