Shades of Orchid #CD70C6
Tints of Orchid #CD70C6
RGB
CMYK
RGB Variations
Color information
#CD70C6 (or 0xCD70C6) is known color: Orchid. HEX triplet: CD, 70 and C6. RGB value is (205,112,198). Sum of RGB (Red+Green+Blue) = 205+112+198=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70C6 is #328F39. Grayscale: #959595. Windows color (decimal): -3313466 or 13005005. OLE color: 13005005.
HSL color Cylindrical-coordinate representation of color #CD70C6: hue angle of 304.52º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD70C6 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 198 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.20 |
| HSL | 304.52º | 0.48% | 0.62% | - |
| HSV(B) | 304.52º | 0.45% | 0.8% | - |
| XYZ | 41.16 | 28.64 | 56.79 | - |
| YUV | 149.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 198 | 0 | 0.45 | 0.03 | 0.20 | 304.52 | 0.48 | 0.62 |
| Hex | CD | 70 | C6 | 0 | 2D | 3 | 14 | 131 | 30 | 3E |
| Octal | 315 | 160 | 306 | 0 | 55 | 3 | 24 | 461 | 60 | 76 |
| Binary | 11001101 | 1110000 | 11000110 | 0 | 101101 | 11 | 10100 | 100110001 | 110000 | 111110 |
Color Harmonies of #CD70C6
Complementary color
Monochromatic Colors of #CD70C6
Black with #CD70C6
Text Example
Text Example
White with #CD70C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD70C6; }
p { color: rgb(205,112,198); }
H1.HeaderClassName
{
color: #CD70C6;
}
.AnyTagClassName
{
color: #CD70C6;
}
</style>
background-color css
<style>
a { background-color: #CD70C6; }
a { background-color: rgb(205,112,198); }
div.DivClassName
{
background-color: #CD70C6;
}
.BgClassName
{
background-color: #CD70C6;
}
</style>
border-color css
<style>
span { border-color: #CD70C6; }
span { border-color: rgb(205,112,198); }
td.TdClassName
{
border-color: #CD70C6;
}
.TagClassName
{
border-color: #CD70C6;
}
</style>