Shades of Orchid #CD74C4
Tints of Orchid #CD74C4
RGB
CMYK
RGB Variations
Color information
#CD74C4 (or 0xCD74C4) is known color: Orchid. HEX triplet: CD, 74 and C4. RGB value is (205,116,196). Sum of RGB (Red+Green+Blue) = 205+116+196=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74C4 is #328B3B. Grayscale: #979797. Windows color (decimal): -3312444 or 12874957. OLE color: 12874957.
HSL color Cylindrical-coordinate representation of color #CD74C4: hue angle of 306.07º 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 #CD74C4 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 196 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.20 |
| HSL | 306.07º | 0.47% | 0.63% | - |
| HSV(B) | 306.07º | 0.43% | 0.8% | - |
| XYZ | 41.39 | 29.46 | 55.73 | - |
| YUV | 151.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 196 | 0 | 0.43 | 0.04 | 0.20 | 306.07 | 0.47 | 0.63 |
| Hex | CD | 74 | C4 | 0 | 2B | 4 | 14 | 132 | 2F | 3F |
| Octal | 315 | 164 | 304 | 0 | 53 | 4 | 24 | 462 | 57 | 77 |
| Binary | 11001101 | 1110100 | 11000100 | 0 | 101011 | 100 | 10100 | 100110010 | 101111 | 111111 |
Color Harmonies of #CD74C4
Complementary color
Monochromatic Colors of #CD74C4
Black with #CD74C4
Text Example
Text Example
White with #CD74C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74C4; }
p { color: rgb(205,116,196); }
H1.HeaderClassName
{
color: #CD74C4;
}
.AnyTagClassName
{
color: #CD74C4;
}
</style>
background-color css
<style>
a { background-color: #CD74C4; }
a { background-color: rgb(205,116,196); }
div.DivClassName
{
background-color: #CD74C4;
}
.BgClassName
{
background-color: #CD74C4;
}
</style>
border-color css
<style>
span { border-color: #CD74C4; }
span { border-color: rgb(205,116,196); }
td.TdClassName
{
border-color: #CD74C4;
}
.TagClassName
{
border-color: #CD74C4;
}
</style>