Shades of Orchid #DD6BC4
Tints of Orchid #DD6BC4
RGB
CMYK
RGB Variations
Color information
#DD6BC4 (or 0xDD6BC4) is known color: Orchid. HEX triplet: DD, 6B and C4. RGB value is (221,107,196). Sum of RGB (Red+Green+Blue) = 221+107+196=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 196 (76.95% from 255 or 37.40% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BC4 is #22943B. Grayscale: #969696. Windows color (decimal): -2266172 or 12872669. OLE color: 12872669.
HSL color Cylindrical-coordinate representation of color #DD6BC4: hue angle of 313.16º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6BC4 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 107 | 196 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.13 |
| HSL | 313.16º | 0.63% | 0.64% | - |
| HSV(B) | 313.16º | 0.52% | 0.87% | - |
| XYZ | 45.04 | 29.87 | 55.62 | - |
| YUV | 151.23 | 153.27 | 177.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 196 | 0 | 0.52 | 0.11 | 0.13 | 313.16 | 0.63 | 0.64 |
| Hex | DD | 6B | C4 | 0 | 34 | B | D | 139 | 3F | 40 |
| Octal | 335 | 153 | 304 | 0 | 64 | 13 | 15 | 471 | 77 | 100 |
| Binary | 11011101 | 1101011 | 11000100 | 0 | 110100 | 1011 | 1101 | 100111001 | 111111 | 1000000 |
Color Harmonies of #DD6BC4
Complementary color
Monochromatic Colors of #DD6BC4
Black with #DD6BC4
Text Example
Text Example
White with #DD6BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BC4; }
p { color: rgb(221,107,196); }
H1.HeaderClassName
{
color: #DD6BC4;
}
.AnyTagClassName
{
color: #DD6BC4;
}
</style>
background-color css
<style>
a { background-color: #DD6BC4; }
a { background-color: rgb(221,107,196); }
div.DivClassName
{
background-color: #DD6BC4;
}
.BgClassName
{
background-color: #DD6BC4;
}
</style>
border-color css
<style>
span { border-color: #DD6BC4; }
span { border-color: rgb(221,107,196); }
td.TdClassName
{
border-color: #DD6BC4;
}
.TagClassName
{
border-color: #DD6BC4;
}
</style>