Shades of Orchid #CD78C0
Tints of Orchid #CD78C0
RGB
CMYK
RGB Variations
Color information
#CD78C0 (or 0xCD78C0) is known color: Orchid. HEX triplet: CD, 78 and C0. RGB value is (205,120,192). Sum of RGB (Red+Green+Blue) = 205+120+192=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD78C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78C0 is #32873F. Grayscale: #999999. Windows color (decimal): -3311424 or 12613837. OLE color: 12613837.
HSL color Cylindrical-coordinate representation of color #CD78C0: hue angle of 309.18º 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 #CD78C0 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 120 | 192 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.20 |
| HSL | 309.18º | 0.46% | 0.64% | - |
| HSV(B) | 309.18º | 0.41% | 0.8% | - |
| XYZ | 41.41 | 30.22 | 53.52 | - |
| YUV | 153.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 120 | 192 | 0 | 0.41 | 0.06 | 0.20 | 309.18 | 0.46 | 0.64 |
| Hex | CD | 78 | C0 | 0 | 29 | 6 | 14 | 135 | 2E | 40 |
| Octal | 315 | 170 | 300 | 0 | 51 | 6 | 24 | 465 | 56 | 100 |
| Binary | 11001101 | 1111000 | 11000000 | 0 | 101001 | 110 | 10100 | 100110101 | 101110 | 1000000 |
Color Harmonies of #CD78C0
Complementary color
Monochromatic Colors of #CD78C0
Black with #CD78C0
Text Example
Text Example
White with #CD78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD78C0; }
p { color: rgb(205,120,192); }
H1.HeaderClassName
{
color: #CD78C0;
}
.AnyTagClassName
{
color: #CD78C0;
}
</style>
background-color css
<style>
a { background-color: #CD78C0; }
a { background-color: rgb(205,120,192); }
div.DivClassName
{
background-color: #CD78C0;
}
.BgClassName
{
background-color: #CD78C0;
}
</style>
border-color css
<style>
span { border-color: #CD78C0; }
span { border-color: rgb(205,120,192); }
td.TdClassName
{
border-color: #CD78C0;
}
.TagClassName
{
border-color: #CD78C0;
}
</style>