Shades of Orchid #CD74C0
Tints of Orchid #CD74C0
RGB
CMYK
RGB Variations
Color information
#CD74C0 (or 0xCD74C0) is known color: Orchid. HEX triplet: CD, 74 and C0. RGB value is (205,116,192). Sum of RGB (Red+Green+Blue) = 205+116+192=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74C0 is #328B3F. Grayscale: #979797. Windows color (decimal): -3312448 or 12612813. OLE color: 12612813.
HSL color Cylindrical-coordinate representation of color #CD74C0: hue angle of 308.76º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD74C0 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 192 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.20 |
| HSL | 308.76º | 0.47% | 0.63% | - |
| HSV(B) | 308.76º | 0.43% | 0.8% | - |
| XYZ | 40.94 | 29.28 | 53.36 | - |
| YUV | 151.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 192 | 0 | 0.43 | 0.06 | 0.20 | 308.76 | 0.47 | 0.63 |
| Hex | CD | 74 | C0 | 0 | 2B | 6 | 14 | 135 | 2F | 3F |
| Octal | 315 | 164 | 300 | 0 | 53 | 6 | 24 | 465 | 57 | 77 |
| Binary | 11001101 | 1110100 | 11000000 | 0 | 101011 | 110 | 10100 | 100110101 | 101111 | 111111 |
Color Harmonies of #CD74C0
Complementary color
Monochromatic Colors of #CD74C0
Black with #CD74C0
Text Example
Text Example
White with #CD74C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74C0; }
p { color: rgb(205,116,192); }
H1.HeaderClassName
{
color: #CD74C0;
}
.AnyTagClassName
{
color: #CD74C0;
}
</style>
background-color css
<style>
a { background-color: #CD74C0; }
a { background-color: rgb(205,116,192); }
div.DivClassName
{
background-color: #CD74C0;
}
.BgClassName
{
background-color: #CD74C0;
}
</style>
border-color css
<style>
span { border-color: #CD74C0; }
span { border-color: rgb(205,116,192); }
td.TdClassName
{
border-color: #CD74C0;
}
.TagClassName
{
border-color: #CD74C0;
}
</style>