Shades of Orchid #CD74DC
Tints of Orchid #CD74DC
RGB
CMYK
RGB Variations
Color information
#CD74DC (or 0xCD74DC) is known color: Orchid. HEX triplet: CD, 74 and DC. RGB value is (205,116,220). Sum of RGB (Red+Green+Blue) = 205+116+220=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD74DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74DC is #328B23. Grayscale: #9A9A9A. Windows color (decimal): -3312420 or 14447821. OLE color: 14447821.
HSL color Cylindrical-coordinate representation of color #CD74DC: hue angle of 291.35º 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 #CD74DC is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 116 | 220 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.14 |
| HSL | 291.35º | 0.6% | 0.66% | - |
| HSV(B) | 291.35º | 0.47% | 0.86% | - |
| XYZ | 44.34 | 30.64 | 71.29 | - |
| YUV | 154.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 220 | 0.07 | 0.47 | 0 | 0.14 | 291.35 | 0.6 | 0.66 |
| Hex | CD | 74 | DC | 7 | 2F | 0 | E | 123 | 3C | 42 |
| Octal | 315 | 164 | 334 | 7 | 57 | 0 | 16 | 443 | 74 | 102 |
| Binary | 11001101 | 1110100 | 11011100 | 111 | 101111 | 0 | 1110 | 100100011 | 111100 | 1000010 |
Color Harmonies of #CD74DC
Complementary color
Monochromatic Colors of #CD74DC
Black with #CD74DC
Text Example
Text Example
White with #CD74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74DC; }
p { color: rgb(205,116,220); }
H1.HeaderClassName
{
color: #CD74DC;
}
.AnyTagClassName
{
color: #CD74DC;
}
</style>
background-color css
<style>
a { background-color: #CD74DC; }
a { background-color: rgb(205,116,220); }
div.DivClassName
{
background-color: #CD74DC;
}
.BgClassName
{
background-color: #CD74DC;
}
</style>
border-color css
<style>
span { border-color: #CD74DC; }
span { border-color: rgb(205,116,220); }
td.TdClassName
{
border-color: #CD74DC;
}
.TagClassName
{
border-color: #CD74DC;
}
</style>