Shades of Orchid #CD74D0
Tints of Orchid #CD74D0
RGB
CMYK
RGB Variations
Color information
#CD74D0 (or 0xCD74D0) is known color: Orchid. HEX triplet: CD, 74 and D0. RGB value is (205,116,208). Sum of RGB (Red+Green+Blue) = 205+116+208=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #CD74D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74D0 is #328B2F. Grayscale: #989898. Windows color (decimal): -3312432 or 13661389. OLE color: 13661389.
HSL color Cylindrical-coordinate representation of color #CD74D0: hue angle of 298.04º degrees, saturation: 0.49, 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 #CD74D0 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 116 | 208 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.18 |
| HSL | 298.04º | 0.49% | 0.64% | - |
| HSV(B) | 298.04º | 0.44% | 0.82% | - |
| XYZ | 42.81 | 30.02 | 63.21 | - |
| YUV | 153.1 | 158.99 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 208 | 0.01 | 0.44 | 0 | 0.18 | 298.04 | 0.49 | 0.64 |
| Hex | CD | 74 | D0 | 1 | 2C | 0 | 12 | 12A | 31 | 40 |
| Octal | 315 | 164 | 320 | 1 | 54 | 0 | 22 | 452 | 61 | 100 |
| Binary | 11001101 | 1110100 | 11010000 | 1 | 101100 | 0 | 10010 | 100101010 | 110001 | 1000000 |
Color Harmonies of #CD74D0
Complementary color
Monochromatic Colors of #CD74D0
Black with #CD74D0
Text Example
Text Example
White with #CD74D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74D0; }
p { color: rgb(205,116,208); }
H1.HeaderClassName
{
color: #CD74D0;
}
.AnyTagClassName
{
color: #CD74D0;
}
</style>
background-color css
<style>
a { background-color: #CD74D0; }
a { background-color: rgb(205,116,208); }
div.DivClassName
{
background-color: #CD74D0;
}
.BgClassName
{
background-color: #CD74D0;
}
</style>
border-color css
<style>
span { border-color: #CD74D0; }
span { border-color: rgb(205,116,208); }
td.TdClassName
{
border-color: #CD74D0;
}
.TagClassName
{
border-color: #CD74D0;
}
</style>