Shades of Orchid #CD70DF
Tints of Orchid #CD70DF
RGB
CMYK
RGB Variations
Color information
#CD70DF (or 0xCD70DF) is known color: Orchid. HEX triplet: CD, 70 and DF. RGB value is (205,112,223). Sum of RGB (Red+Green+Blue) = 205+112+223=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD70DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70DF is #328F20. Grayscale: #989898. Windows color (decimal): -3313441 or 14643405. OLE color: 14643405.
HSL color Cylindrical-coordinate representation of color #CD70DF: hue angle of 290.27º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD70DF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 112 | 223 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.13 |
| HSL | 290.27º | 0.63% | 0.66% | - |
| HSV(B) | 290.27º | 0.5% | 0.87% | - |
| XYZ | 44.29 | 29.9 | 73.25 | - |
| YUV | 152.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 223 | 0.08 | 0.50 | 0 | 0.13 | 290.27 | 0.63 | 0.66 |
| Hex | CD | 70 | DF | 8 | 32 | 0 | D | 122 | 3F | 42 |
| Octal | 315 | 160 | 337 | 10 | 62 | 0 | 15 | 442 | 77 | 102 |
| Binary | 11001101 | 1110000 | 11011111 | 1000 | 110010 | 0 | 1101 | 100100010 | 111111 | 1000010 |
Color Harmonies of #CD70DF
Complementary color
Monochromatic Colors of #CD70DF
Black with #CD70DF
Text Example
Text Example
White with #CD70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD70DF; }
p { color: rgb(205,112,223); }
H1.HeaderClassName
{
color: #CD70DF;
}
.AnyTagClassName
{
color: #CD70DF;
}
</style>
background-color css
<style>
a { background-color: #CD70DF; }
a { background-color: rgb(205,112,223); }
div.DivClassName
{
background-color: #CD70DF;
}
.BgClassName
{
background-color: #CD70DF;
}
</style>
border-color css
<style>
span { border-color: #CD70DF; }
span { border-color: rgb(205,112,223); }
td.TdClassName
{
border-color: #CD70DF;
}
.TagClassName
{
border-color: #CD70DF;
}
</style>