Shades of Orchid #CD78E0
Tints of Orchid #CD78E0
RGB
CMYK
RGB Variations
Color information
#CD78E0 (or 0xCD78E0) is known color: Orchid. HEX triplet: CD, 78 and E0. RGB value is (205,120,224). Sum of RGB (Red+Green+Blue) = 205+120+224=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD78E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78E0 is #32871F. Grayscale: #9C9C9C. Windows color (decimal): -3311392 or 14710989. OLE color: 14710989.
HSL color Cylindrical-coordinate representation of color #CD78E0: hue angle of 289.04º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD78E0 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 120 | 224 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.12 |
| HSL | 289.04º | 0.63% | 0.67% | - |
| HSV(B) | 289.04º | 0.46% | 0.88% | - |
| XYZ | 45.35 | 31.79 | 74.27 | - |
| YUV | 157.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 120 | 224 | 0.08 | 0.46 | 0 | 0.12 | 289.04 | 0.63 | 0.67 |
| Hex | CD | 78 | E0 | 8 | 2E | 0 | C | 121 | 3F | 43 |
| Octal | 315 | 170 | 340 | 10 | 56 | 0 | 14 | 441 | 77 | 103 |
| Binary | 11001101 | 1111000 | 11100000 | 1000 | 101110 | 0 | 1100 | 100100001 | 111111 | 1000011 |
Color Harmonies of #CD78E0
Complementary color
Monochromatic Colors of #CD78E0
Black with #CD78E0
Text Example
Text Example
White with #CD78E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD78E0; }
p { color: rgb(205,120,224); }
H1.HeaderClassName
{
color: #CD78E0;
}
.AnyTagClassName
{
color: #CD78E0;
}
</style>
background-color css
<style>
a { background-color: #CD78E0; }
a { background-color: rgb(205,120,224); }
div.DivClassName
{
background-color: #CD78E0;
}
.BgClassName
{
background-color: #CD78E0;
}
</style>
border-color css
<style>
span { border-color: #CD78E0; }
span { border-color: rgb(205,120,224); }
td.TdClassName
{
border-color: #CD78E0;
}
.TagClassName
{
border-color: #CD78E0;
}
</style>