Shades of Orchid #CD74D1
Tints of Orchid #CD74D1
RGB
CMYK
RGB Variations
Color information
#CD74D1 (or 0xCD74D1) is known color: Orchid. HEX triplet: CD, 74 and D1. RGB value is (205,116,209). Sum of RGB (Red+Green+Blue) = 205+116+209=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 116 (45.70% from 255 or 21.89% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #CD74D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74D1 is #328B2E. Grayscale: #989898. Windows color (decimal): -3312431 or 13726925. OLE color: 13726925.
HSL color Cylindrical-coordinate representation of color #CD74D1: hue angle of 297.42º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD74D1 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 116 | 209 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.18 |
| HSL | 297.42º | 0.5% | 0.64% | - |
| HSV(B) | 297.42º | 0.44% | 0.82% | - |
| XYZ | 42.93 | 30.07 | 63.86 | - |
| YUV | 153.21 | 159.49 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 209 | 0.02 | 0.44 | 0 | 0.18 | 297.42 | 0.5 | 0.64 |
| Hex | CD | 74 | D1 | 2 | 2C | 0 | 12 | 129 | 32 | 40 |
| Octal | 315 | 164 | 321 | 2 | 54 | 0 | 22 | 451 | 62 | 100 |
| Binary | 11001101 | 1110100 | 11010001 | 10 | 101100 | 0 | 10010 | 100101001 | 110010 | 1000000 |
Color Harmonies of #CD74D1
Complementary color
Monochromatic Colors of #CD74D1
Black with #CD74D1
Text Example
Text Example
White with #CD74D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74D1; }
p { color: rgb(205,116,209); }
H1.HeaderClassName
{
color: #CD74D1;
}
.AnyTagClassName
{
color: #CD74D1;
}
</style>
background-color css
<style>
a { background-color: #CD74D1; }
a { background-color: rgb(205,116,209); }
div.DivClassName
{
background-color: #CD74D1;
}
.BgClassName
{
background-color: #CD74D1;
}
</style>
border-color css
<style>
span { border-color: #CD74D1; }
span { border-color: rgb(205,116,209); }
td.TdClassName
{
border-color: #CD74D1;
}
.TagClassName
{
border-color: #CD74D1;
}
</style>