Shades of Orchid #D964C2
Tints of Orchid #D964C2
RGB
CMYK
RGB Variations
Color information
#D964C2 (or 0xD964C2) is known color: Orchid. HEX triplet: D9, 64 and C2. RGB value is (217,100,194). Sum of RGB (Red+Green+Blue) = 217+100+194=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D964C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964C2 is #269B3D. Grayscale: #919191. Windows color (decimal): -2530110 or 12739801. OLE color: 12739801.
HSL color Cylindrical-coordinate representation of color #D964C2: hue angle of 311.79º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D964C2 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 100 | 194 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.15 |
| HSL | 311.79º | 0.61% | 0.62% | - |
| HSV(B) | 311.79º | 0.54% | 0.85% | - |
| XYZ | 42.91 | 27.76 | 54.14 | - |
| YUV | 145.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 194 | 0 | 0.54 | 0.11 | 0.15 | 311.79 | 0.61 | 0.62 |
| Hex | D9 | 64 | C2 | 0 | 36 | B | F | 138 | 3D | 3E |
| Octal | 331 | 144 | 302 | 0 | 66 | 13 | 17 | 470 | 75 | 76 |
| Binary | 11011001 | 1100100 | 11000010 | 0 | 110110 | 1011 | 1111 | 100111000 | 111101 | 111110 |
Color Harmonies of #D964C2
Complementary color
Monochromatic Colors of #D964C2
Black with #D964C2
Text Example
Text Example
White with #D964C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D964C2; }
p { color: rgb(217,100,194); }
H1.HeaderClassName
{
color: #D964C2;
}
.AnyTagClassName
{
color: #D964C2;
}
</style>
background-color css
<style>
a { background-color: #D964C2; }
a { background-color: rgb(217,100,194); }
div.DivClassName
{
background-color: #D964C2;
}
.BgClassName
{
background-color: #D964C2;
}
</style>
border-color css
<style>
span { border-color: #D964C2; }
span { border-color: rgb(217,100,194); }
td.TdClassName
{
border-color: #D964C2;
}
.TagClassName
{
border-color: #D964C2;
}
</style>