Shades of Orchid #DC74CB
Tints of Orchid #DC74CB
RGB
CMYK
RGB Variations
Color information
#DC74CB (or 0xDC74CB) is known color: Orchid. HEX triplet: DC, 74 and CB. RGB value is (220,116,203). Sum of RGB (Red+Green+Blue) = 220+116+203=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74CB is #238B34. Grayscale: #9C9C9C. Windows color (decimal): -2329397 or 13333724. OLE color: 13333724.
HSL color Cylindrical-coordinate representation of color #DC74CB: hue angle of 309.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC74CB is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 116 | 203 | - |
| CMYK | 0 | 0.47 | 0.08 | 0.14 |
| HSL | 309.81º | 0.6% | 0.66% | - |
| HSV(B) | 309.81º | 0.47% | 0.86% | - |
| XYZ | 46.54 | 32.02 | 60.23 | - |
| YUV | 157.01 | 153.96 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 116 | 203 | 0 | 0.47 | 0.08 | 0.14 | 309.81 | 0.6 | 0.66 |
| Hex | DC | 74 | CB | 0 | 2F | 8 | E | 136 | 3C | 42 |
| Octal | 334 | 164 | 313 | 0 | 57 | 10 | 16 | 466 | 74 | 102 |
| Binary | 11011100 | 1110100 | 11001011 | 0 | 101111 | 1000 | 1110 | 100110110 | 111100 | 1000010 |
Color Harmonies of #DC74CB
Complementary color
Monochromatic Colors of #DC74CB
Black with #DC74CB
Text Example
Text Example
White with #DC74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC74CB; }
p { color: rgb(220,116,203); }
H1.HeaderClassName
{
color: #DC74CB;
}
.AnyTagClassName
{
color: #DC74CB;
}
</style>
background-color css
<style>
a { background-color: #DC74CB; }
a { background-color: rgb(220,116,203); }
div.DivClassName
{
background-color: #DC74CB;
}
.BgClassName
{
background-color: #DC74CB;
}
</style>
border-color css
<style>
span { border-color: #DC74CB; }
span { border-color: rgb(220,116,203); }
td.TdClassName
{
border-color: #DC74CB;
}
.TagClassName
{
border-color: #DC74CB;
}
</style>