Shades of Orchid #D967C4
Tints of Orchid #D967C4
RGB
CMYK
RGB Variations
Color information
#D967C4 (or 0xD967C4) is known color: Orchid. HEX triplet: D9, 67 and C4. RGB value is (217,103,196). Sum of RGB (Red+Green+Blue) = 217+103+196=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D967C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D967C4 is #26983B. Grayscale: #939393. Windows color (decimal): -2529340 or 12871641. OLE color: 12871641.
HSL color Cylindrical-coordinate representation of color #D967C4: hue angle of 311.05º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D967C4 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 196 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.15 |
| HSL | 311.05º | 0.6% | 0.63% | - |
| HSV(B) | 311.05º | 0.53% | 0.85% | - |
| XYZ | 43.43 | 28.44 | 55.42 | - |
| YUV | 147.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 196 | 0 | 0.53 | 0.10 | 0.15 | 311.05 | 0.6 | 0.63 |
| Hex | D9 | 67 | C4 | 0 | 35 | A | F | 137 | 3C | 3F |
| Octal | 331 | 147 | 304 | 0 | 65 | 12 | 17 | 467 | 74 | 77 |
| Binary | 11011001 | 1100111 | 11000100 | 0 | 110101 | 1010 | 1111 | 100110111 | 111100 | 111111 |
Color Harmonies of #D967C4
Complementary color
Monochromatic Colors of #D967C4
Black with #D967C4
Text Example
Text Example
White with #D967C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967C4; }
p { color: rgb(217,103,196); }
H1.HeaderClassName
{
color: #D967C4;
}
.AnyTagClassName
{
color: #D967C4;
}
</style>
background-color css
<style>
a { background-color: #D967C4; }
a { background-color: rgb(217,103,196); }
div.DivClassName
{
background-color: #D967C4;
}
.BgClassName
{
background-color: #D967C4;
}
</style>
border-color css
<style>
span { border-color: #D967C4; }
span { border-color: rgb(217,103,196); }
td.TdClassName
{
border-color: #D967C4;
}
.TagClassName
{
border-color: #D967C4;
}
</style>