Shades of Orchid #CD70CA
Tints of Orchid #CD70CA
RGB
CMYK
RGB Variations
Color information
#CD70CA (or 0xCD70CA) is known color: Orchid. HEX triplet: CD, 70 and CA. RGB value is (205,112,202). Sum of RGB (Red+Green+Blue) = 205+112+202=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70CA is #328F35. Grayscale: #959595. Windows color (decimal): -3313462 or 13267149. OLE color: 13267149.
HSL color Cylindrical-coordinate representation of color #CD70CA: hue angle of 301.94º 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 #CD70CA is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 202 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.20 |
| HSL | 301.94º | 0.48% | 0.62% | - |
| HSV(B) | 301.94º | 0.45% | 0.8% | - |
| XYZ | 41.63 | 28.83 | 59.25 | - |
| YUV | 150.07 | 157.31 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 202 | 0 | 0.45 | 0.01 | 0.20 | 301.94 | 0.48 | 0.62 |
| Hex | CD | 70 | CA | 0 | 2D | 1 | 14 | 12E | 30 | 3E |
| Octal | 315 | 160 | 312 | 0 | 55 | 1 | 24 | 456 | 60 | 76 |
| Binary | 11001101 | 1110000 | 11001010 | 0 | 101101 | 1 | 10100 | 100101110 | 110000 | 111110 |
Color Harmonies of #CD70CA
Complementary color
Monochromatic Colors of #CD70CA
Black with #CD70CA
Text Example
Text Example
White with #CD70CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD70CA; }
p { color: rgb(205,112,202); }
H1.HeaderClassName
{
color: #CD70CA;
}
.AnyTagClassName
{
color: #CD70CA;
}
</style>
background-color css
<style>
a { background-color: #CD70CA; }
a { background-color: rgb(205,112,202); }
div.DivClassName
{
background-color: #CD70CA;
}
.BgClassName
{
background-color: #CD70CA;
}
</style>
border-color css
<style>
span { border-color: #CD70CA; }
span { border-color: rgb(205,112,202); }
td.TdClassName
{
border-color: #CD70CA;
}
.TagClassName
{
border-color: #CD70CA;
}
</style>