Shades of Orchid #CD74E3
Tints of Orchid #CD74E3
RGB
CMYK
RGB Variations
Color information
#CD74E3 (or 0xCD74E3) is known color: Orchid. HEX triplet: CD, 74 and E3. RGB value is (205,116,227). Sum of RGB (Red+Green+Blue) = 205+116+227=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD74E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74E3 is #328B1C. Grayscale: #9A9A9A. Windows color (decimal): -3312413 or 14906573. OLE color: 14906573.
HSL color Cylindrical-coordinate representation of color #CD74E3: hue angle of 288.11º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD74E3 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 116 | 227 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.11 |
| HSL | 288.11º | 0.66% | 0.67% | - |
| HSV(B) | 288.11º | 0.49% | 0.89% | - |
| XYZ | 45.29 | 31.02 | 76.27 | - |
| YUV | 155.27 | 168.49 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 227 | 0.10 | 0.49 | 0 | 0.11 | 288.11 | 0.66 | 0.67 |
| Hex | CD | 74 | E3 | A | 31 | 0 | B | 120 | 42 | 43 |
| Octal | 315 | 164 | 343 | 12 | 61 | 0 | 13 | 440 | 102 | 103 |
| Binary | 11001101 | 1110100 | 11100011 | 1010 | 110001 | 0 | 1011 | 100100000 | 1000010 | 1000011 |
Color Harmonies of #CD74E3
Complementary color
Monochromatic Colors of #CD74E3
Black with #CD74E3
Text Example
Text Example
White with #CD74E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74E3; }
p { color: rgb(205,116,227); }
H1.HeaderClassName
{
color: #CD74E3;
}
.AnyTagClassName
{
color: #CD74E3;
}
</style>
background-color css
<style>
a { background-color: #CD74E3; }
a { background-color: rgb(205,116,227); }
div.DivClassName
{
background-color: #CD74E3;
}
.BgClassName
{
background-color: #CD74E3;
}
</style>
border-color css
<style>
span { border-color: #CD74E3; }
span { border-color: rgb(205,116,227); }
td.TdClassName
{
border-color: #CD74E3;
}
.TagClassName
{
border-color: #CD74E3;
}
</style>