Shades of Orchid #CD74C9
Tints of Orchid #CD74C9
RGB
CMYK
RGB Variations
Color information
#CD74C9 (or 0xCD74C9) is known color: Orchid. HEX triplet: CD, 74 and C9. RGB value is (205,116,201). Sum of RGB (Red+Green+Blue) = 205+116+201=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74C9 is #328B36. Grayscale: #989898. Windows color (decimal): -3312439 or 13202637. OLE color: 13202637.
HSL color Cylindrical-coordinate representation of color #CD74C9: hue angle of 302.7º 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 #CD74C9 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 201 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.20 |
| HSL | 302.7º | 0.47% | 0.63% | - |
| HSV(B) | 302.7º | 0.43% | 0.8% | - |
| XYZ | 41.96 | 29.69 | 58.78 | - |
| YUV | 152.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 201 | 0 | 0.43 | 0.02 | 0.20 | 302.7 | 0.47 | 0.63 |
| Hex | CD | 74 | C9 | 0 | 2B | 2 | 14 | 12F | 2F | 3F |
| Octal | 315 | 164 | 311 | 0 | 53 | 2 | 24 | 457 | 57 | 77 |
| Binary | 11001101 | 1110100 | 11001001 | 0 | 101011 | 10 | 10100 | 100101111 | 101111 | 111111 |
Color Harmonies of #CD74C9
Complementary color
Monochromatic Colors of #CD74C9
Black with #CD74C9
Text Example
Text Example
White with #CD74C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74C9; }
p { color: rgb(205,116,201); }
H1.HeaderClassName
{
color: #CD74C9;
}
.AnyTagClassName
{
color: #CD74C9;
}
</style>
background-color css
<style>
a { background-color: #CD74C9; }
a { background-color: rgb(205,116,201); }
div.DivClassName
{
background-color: #CD74C9;
}
.BgClassName
{
background-color: #CD74C9;
}
</style>
border-color css
<style>
span { border-color: #CD74C9; }
span { border-color: rgb(205,116,201); }
td.TdClassName
{
border-color: #CD74C9;
}
.TagClassName
{
border-color: #CD74C9;
}
</style>