Shades of Orchid #CD74C3
Tints of Orchid #CD74C3
RGB
CMYK
RGB Variations
Color information
#CD74C3 (or 0xCD74C3) is known color: Orchid. HEX triplet: CD, 74 and C3. RGB value is (205,116,195). Sum of RGB (Red+Green+Blue) = 205+116+195=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74C3 is #328B3C. Grayscale: #979797. Windows color (decimal): -3312445 or 12809421. OLE color: 12809421.
HSL color Cylindrical-coordinate representation of color #CD74C3: hue angle of 306.74º 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 #CD74C3 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 195 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.20 |
| HSL | 306.74º | 0.47% | 0.63% | - |
| HSV(B) | 306.74º | 0.43% | 0.8% | - |
| XYZ | 41.27 | 29.41 | 55.13 | - |
| YUV | 151.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 195 | 0 | 0.43 | 0.05 | 0.20 | 306.74 | 0.47 | 0.63 |
| Hex | CD | 74 | C3 | 0 | 2B | 5 | 14 | 133 | 2F | 3F |
| Octal | 315 | 164 | 303 | 0 | 53 | 5 | 24 | 463 | 57 | 77 |
| Binary | 11001101 | 1110100 | 11000011 | 0 | 101011 | 101 | 10100 | 100110011 | 101111 | 111111 |
Color Harmonies of #CD74C3
Complementary color
Monochromatic Colors of #CD74C3
Black with #CD74C3
Text Example
Text Example
White with #CD74C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74C3; }
p { color: rgb(205,116,195); }
H1.HeaderClassName
{
color: #CD74C3;
}
.AnyTagClassName
{
color: #CD74C3;
}
</style>
background-color css
<style>
a { background-color: #CD74C3; }
a { background-color: rgb(205,116,195); }
div.DivClassName
{
background-color: #CD74C3;
}
.BgClassName
{
background-color: #CD74C3;
}
</style>
border-color css
<style>
span { border-color: #CD74C3; }
span { border-color: rgb(205,116,195); }
td.TdClassName
{
border-color: #CD74C3;
}
.TagClassName
{
border-color: #CD74C3;
}
</style>