Shades of Orchid #DD7BC4
Tints of Orchid #DD7BC4
RGB
CMYK
RGB Variations
Color information
#DD7BC4 (or 0xDD7BC4) is known color: Orchid. HEX triplet: DD, 7B and C4. RGB value is (221,123,196). Sum of RGB (Red+Green+Blue) = 221+123+196=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7BC4 is #22843B. Grayscale: #A0A0A0. Windows color (decimal): -2262076 or 12876765. OLE color: 12876765.
HSL color Cylindrical-coordinate representation of color #DD7BC4: hue angle of 315.31º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7BC4 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 196 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.13 |
| HSL | 315.31º | 0.59% | 0.67% | - |
| HSV(B) | 315.31º | 0.44% | 0.87% | - |
| XYZ | 46.87 | 33.52 | 56.23 | - |
| YUV | 160.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 196 | 0 | 0.44 | 0.11 | 0.13 | 315.31 | 0.59 | 0.67 |
| Hex | DD | 7B | C4 | 0 | 2C | B | D | 13B | 3B | 43 |
| Octal | 335 | 173 | 304 | 0 | 54 | 13 | 15 | 473 | 73 | 103 |
| Binary | 11011101 | 1111011 | 11000100 | 0 | 101100 | 1011 | 1101 | 100111011 | 111011 | 1000011 |
Color Harmonies of #DD7BC4
Complementary color
Monochromatic Colors of #DD7BC4
Black with #DD7BC4
Text Example
Text Example
White with #DD7BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BC4; }
p { color: rgb(221,123,196); }
H1.HeaderClassName
{
color: #DD7BC4;
}
.AnyTagClassName
{
color: #DD7BC4;
}
</style>
background-color css
<style>
a { background-color: #DD7BC4; }
a { background-color: rgb(221,123,196); }
div.DivClassName
{
background-color: #DD7BC4;
}
.BgClassName
{
background-color: #DD7BC4;
}
</style>
border-color css
<style>
span { border-color: #DD7BC4; }
span { border-color: rgb(221,123,196); }
td.TdClassName
{
border-color: #DD7BC4;
}
.TagClassName
{
border-color: #DD7BC4;
}
</style>