Shades of Orchid #CD74C7
Tints of Orchid #CD74C7
RGB
CMYK
RGB Variations
Color information
#CD74C7 (or 0xCD74C7) is known color: Orchid. HEX triplet: CD, 74 and C7. RGB value is (205,116,199). Sum of RGB (Red+Green+Blue) = 205+116+199=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74C7 is #328B38. Grayscale: #979797. Windows color (decimal): -3312441 or 13071565. OLE color: 13071565.
HSL color Cylindrical-coordinate representation of color #CD74C7: hue angle of 304.04º 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 #CD74C7 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 199 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.20 |
| HSL | 304.05º | 0.47% | 0.63% | - |
| HSV(B) | 304.05º | 0.43% | 0.8% | - |
| XYZ | 41.73 | 29.59 | 57.55 | - |
| YUV | 152.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 199 | 0 | 0.43 | 0.03 | 0.20 | 304.05 | 0.47 | 0.63 |
| Hex | CD | 74 | C7 | 0 | 2B | 3 | 14 | 130 | 2F | 3F |
| Octal | 315 | 164 | 307 | 0 | 53 | 3 | 24 | 460 | 57 | 77 |
| Binary | 11001101 | 1110100 | 11000111 | 0 | 101011 | 11 | 10100 | 100110000 | 101111 | 111111 |
Color Harmonies of #CD74C7
Complementary color
Monochromatic Colors of #CD74C7
Black with #CD74C7
Text Example
Text Example
White with #CD74C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74C7; }
p { color: rgb(205,116,199); }
H1.HeaderClassName
{
color: #CD74C7;
}
.AnyTagClassName
{
color: #CD74C7;
}
</style>
background-color css
<style>
a { background-color: #CD74C7; }
a { background-color: rgb(205,116,199); }
div.DivClassName
{
background-color: #CD74C7;
}
.BgClassName
{
background-color: #CD74C7;
}
</style>
border-color css
<style>
span { border-color: #CD74C7; }
span { border-color: rgb(205,116,199); }
td.TdClassName
{
border-color: #CD74C7;
}
.TagClassName
{
border-color: #CD74C7;
}
</style>