Shades of Orchid #CD70BA
Tints of Orchid #CD70BA
RGB
CMYK
RGB Variations
Color information
#CD70BA (or 0xCD70BA) is known color: Orchid. HEX triplet: CD, 70 and BA. RGB value is (205,112,186). Sum of RGB (Red+Green+Blue) = 205+112+186=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 205 - color contains mainly: red. Hex color #CD70BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70BA is #328F45. Grayscale: #949494. Windows color (decimal): -3313478 or 12218573. OLE color: 12218573.
HSL color Cylindrical-coordinate representation of color #CD70BA: hue angle of 312.26º 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 #CD70BA is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 186 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.20 |
| HSL | 312.26º | 0.48% | 0.62% | - |
| HSV(B) | 312.26º | 0.45% | 0.8% | - |
| XYZ | 39.83 | 28.11 | 49.78 | - |
| YUV | 148.24 | 149.31 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 186 | 0 | 0.45 | 0.09 | 0.20 | 312.26 | 0.48 | 0.62 |
| Hex | CD | 70 | BA | 0 | 2D | 9 | 14 | 138 | 30 | 3E |
| Octal | 315 | 160 | 272 | 0 | 55 | 11 | 24 | 470 | 60 | 76 |
| Binary | 11001101 | 1110000 | 10111010 | 0 | 101101 | 1001 | 10100 | 100111000 | 110000 | 111110 |
Color Harmonies of #CD70BA
Complementary color
Monochromatic Colors of #CD70BA
Black with #CD70BA
Text Example
Text Example
White with #CD70BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD70BA; }
p { color: rgb(205,112,186); }
H1.HeaderClassName
{
color: #CD70BA;
}
.AnyTagClassName
{
color: #CD70BA;
}
</style>
background-color css
<style>
a { background-color: #CD70BA; }
a { background-color: rgb(205,112,186); }
div.DivClassName
{
background-color: #CD70BA;
}
.BgClassName
{
background-color: #CD70BA;
}
</style>
border-color css
<style>
span { border-color: #CD70BA; }
span { border-color: rgb(205,112,186); }
td.TdClassName
{
border-color: #CD70BA;
}
.TagClassName
{
border-color: #CD70BA;
}
</style>