Shades of Orchid #CD78BA
Tints of Orchid #CD78BA
RGB
CMYK
RGB Variations
Color information
#CD78BA (or 0xCD78BA) is known color: Orchid. HEX triplet: CD, 78 and BA. RGB value is (205,120,186). Sum of RGB (Red+Green+Blue) = 205+120+186=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78BA is #328745. Grayscale: #989898. Windows color (decimal): -3311430 or 12220621. OLE color: 12220621.
HSL color Cylindrical-coordinate representation of color #CD78BA: hue angle of 313.41º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD78BA is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 120 | 186 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.20 |
| HSL | 313.41º | 0.46% | 0.64% | - |
| HSV(B) | 313.41º | 0.41% | 0.8% | - |
| XYZ | 40.76 | 29.96 | 50.09 | - |
| YUV | 152.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 120 | 186 | 0 | 0.41 | 0.09 | 0.20 | 313.41 | 0.46 | 0.64 |
| Hex | CD | 78 | BA | 0 | 29 | 9 | 14 | 139 | 2E | 40 |
| Octal | 315 | 170 | 272 | 0 | 51 | 11 | 24 | 471 | 56 | 100 |
| Binary | 11001101 | 1111000 | 10111010 | 0 | 101001 | 1001 | 10100 | 100111001 | 101110 | 1000000 |
Color Harmonies of #CD78BA
Complementary color
Monochromatic Colors of #CD78BA
Black with #CD78BA
Text Example
Text Example
White with #CD78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD78BA; }
p { color: rgb(205,120,186); }
H1.HeaderClassName
{
color: #CD78BA;
}
.AnyTagClassName
{
color: #CD78BA;
}
</style>
background-color css
<style>
a { background-color: #CD78BA; }
a { background-color: rgb(205,120,186); }
div.DivClassName
{
background-color: #CD78BA;
}
.BgClassName
{
background-color: #CD78BA;
}
</style>
border-color css
<style>
span { border-color: #CD78BA; }
span { border-color: rgb(205,120,186); }
td.TdClassName
{
border-color: #CD78BA;
}
.TagClassName
{
border-color: #CD78BA;
}
</style>