Shades of Orchid #DD74C2
Tints of Orchid #DD74C2
RGB
CMYK
RGB Variations
Color information
#DD74C2 (or 0xDD74C2) is known color: Orchid. HEX triplet: DD, 74 and C2. RGB value is (221,116,194). Sum of RGB (Red+Green+Blue) = 221+116+194=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74C2 is #228B3D. Grayscale: #9C9C9C. Windows color (decimal): -2263870 or 12743901. OLE color: 12743901.
HSL color Cylindrical-coordinate representation of color #DD74C2: hue angle of 315.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD74C2 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 116 | 194 | - |
CMYK | 0 | 0.48 | 0.12 | 0.13 |
HSL | 315.43º | 0.61% | 0.66% | - |
HSV(B) | 315.43º | 0.48% | 0.87% | - |
XYZ | 45.8 | 31.76 | 54.75 | - |
YUV | 156.29 | 149.29 | 174.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 116 | 194 | 0 | 0.48 | 0.12 | 0.13 | 315.43 | 0.61 | 0.66 |
Hex | DD | 74 | C2 | 0 | 30 | C | D | 13B | 3D | 42 |
Octal | 335 | 164 | 302 | 0 | 60 | 14 | 15 | 473 | 75 | 102 |
Binary | 11011101 | 1110100 | 11000010 | 0 | 110000 | 1100 | 1101 | 100111011 | 111101 | 1000010 |
Color Harmonies of #DD74C2
Complementary color
Monochromatic Colors of #DD74C2
Black with #DD74C2
Text Example
Text Example
White with #DD74C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD74C2; }
p { color: rgb(221,116,194); }
H1.HeaderClassName
{
color: #DD74C2;
}
.AnyTagClassName
{
color: #DD74C2;
}
</style>
background-color css
<style>
a { background-color: #DD74C2; }
a { background-color: rgb(221,116,194); }
div.DivClassName
{
background-color: #DD74C2;
}
.BgClassName
{
background-color: #DD74C2;
}
</style>
border-color css
<style>
span { border-color: #DD74C2; }
span { border-color: rgb(221,116,194); }
td.TdClassName
{
border-color: #DD74C2;
}
.TagClassName
{
border-color: #DD74C2;
}
</style>