Shades of Orchid #CD70C0
Tints of Orchid #CD70C0
RGB
CMYK
RGB Variations
Color information
#CD70C0 (or 0xCD70C0) is known color: Orchid. HEX triplet: CD, 70 and C0. RGB value is (205,112,192). Sum of RGB (Red+Green+Blue) = 205+112+192=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70C0 is #328F3F. Grayscale: #949494. Windows color (decimal): -3313472 or 12611789. OLE color: 12611789.
HSL color Cylindrical-coordinate representation of color #CD70C0: hue angle of 308.39º 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 #CD70C0 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 192 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.20 |
| HSL | 308.39º | 0.48% | 0.62% | - |
| HSV(B) | 308.39º | 0.45% | 0.8% | - |
| XYZ | 40.49 | 28.37 | 53.21 | - |
| YUV | 148.93 | 152.31 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 192 | 0 | 0.45 | 0.06 | 0.20 | 308.39 | 0.48 | 0.62 |
| Hex | CD | 70 | C0 | 0 | 2D | 6 | 14 | 134 | 30 | 3E |
| Octal | 315 | 160 | 300 | 0 | 55 | 6 | 24 | 464 | 60 | 76 |
| Binary | 11001101 | 1110000 | 11000000 | 0 | 101101 | 110 | 10100 | 100110100 | 110000 | 111110 |
Color Harmonies of #CD70C0
Complementary color
Monochromatic Colors of #CD70C0
Black with #CD70C0
Text Example
Text Example
White with #CD70C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD70C0; }
p { color: rgb(205,112,192); }
H1.HeaderClassName
{
color: #CD70C0;
}
.AnyTagClassName
{
color: #CD70C0;
}
</style>
background-color css
<style>
a { background-color: #CD70C0; }
a { background-color: rgb(205,112,192); }
div.DivClassName
{
background-color: #CD70C0;
}
.BgClassName
{
background-color: #CD70C0;
}
</style>
border-color css
<style>
span { border-color: #CD70C0; }
span { border-color: rgb(205,112,192); }
td.TdClassName
{
border-color: #CD70C0;
}
.TagClassName
{
border-color: #CD70C0;
}
</style>