Shades of Orchid #CD74DF
Tints of Orchid #CD74DF
RGB
CMYK
RGB Variations
Color information
#CD74DF (or 0xCD74DF) is known color: Orchid. HEX triplet: CD, 74 and DF. RGB value is (205,116,223). Sum of RGB (Red+Green+Blue) = 205+116+223=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74DF is #328B20. Grayscale: #9A9A9A. Windows color (decimal): -3312417 or 14644429. OLE color: 14644429.
HSL color Cylindrical-coordinate representation of color #CD74DF: hue angle of 289.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD74DF is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 116 | 223 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.13 |
| HSL | 289.91º | 0.63% | 0.66% | - |
| HSV(B) | 289.91º | 0.48% | 0.87% | - |
| XYZ | 44.74 | 30.8 | 73.4 | - |
| YUV | 154.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 223 | 0.08 | 0.48 | 0 | 0.13 | 289.91 | 0.63 | 0.66 |
| Hex | CD | 74 | DF | 8 | 30 | 0 | D | 122 | 3F | 42 |
| Octal | 315 | 164 | 337 | 10 | 60 | 0 | 15 | 442 | 77 | 102 |
| Binary | 11001101 | 1110100 | 11011111 | 1000 | 110000 | 0 | 1101 | 100100010 | 111111 | 1000010 |
Color Harmonies of #CD74DF
Complementary color
Monochromatic Colors of #CD74DF
Black with #CD74DF
Text Example
Text Example
White with #CD74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD74DF; }
p { color: rgb(205,116,223); }
H1.HeaderClassName
{
color: #CD74DF;
}
.AnyTagClassName
{
color: #CD74DF;
}
</style>
background-color css
<style>
a { background-color: #CD74DF; }
a { background-color: rgb(205,116,223); }
div.DivClassName
{
background-color: #CD74DF;
}
.BgClassName
{
background-color: #CD74DF;
}
</style>
border-color css
<style>
span { border-color: #CD74DF; }
span { border-color: rgb(205,116,223); }
td.TdClassName
{
border-color: #CD74DF;
}
.TagClassName
{
border-color: #CD74DF;
}
</style>