Shades of Orchid #CD78E5
Tints of Orchid #CD78E5
RGB
CMYK
RGB Variations
Color information
#CD78E5 (or 0xCD78E5) is known color: Orchid. HEX triplet: CD, 78 and E5. RGB value is (205,120,229). Sum of RGB (Red+Green+Blue) = 205+120+229=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD78E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78E5 is #32871A. Grayscale: #9D9D9D. Windows color (decimal): -3311387 or 15038669. OLE color: 15038669.
HSL color Cylindrical-coordinate representation of color #CD78E5: hue angle of 286.79º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD78E5 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 120 | 229 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.10 |
| HSL | 286.79º | 0.68% | 0.68% | - |
| HSV(B) | 286.79º | 0.48% | 0.9% | - |
| XYZ | 46.04 | 32.07 | 77.89 | - |
| YUV | 157.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 120 | 229 | 0.10 | 0.48 | 0 | 0.10 | 286.79 | 0.68 | 0.68 |
| Hex | CD | 78 | E5 | A | 30 | 0 | A | 11F | 44 | 44 |
| Octal | 315 | 170 | 345 | 12 | 60 | 0 | 12 | 437 | 104 | 104 |
| Binary | 11001101 | 1111000 | 11100101 | 1010 | 110000 | 0 | 1010 | 100011111 | 1000100 | 1000100 |
Color Harmonies of #CD78E5
Complementary color
Monochromatic Colors of #CD78E5
Black with #CD78E5
Text Example
Text Example
White with #CD78E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD78E5; }
p { color: rgb(205,120,229); }
H1.HeaderClassName
{
color: #CD78E5;
}
.AnyTagClassName
{
color: #CD78E5;
}
</style>
background-color css
<style>
a { background-color: #CD78E5; }
a { background-color: rgb(205,120,229); }
div.DivClassName
{
background-color: #CD78E5;
}
.BgClassName
{
background-color: #CD78E5;
}
</style>
border-color css
<style>
span { border-color: #CD78E5; }
span { border-color: rgb(205,120,229); }
td.TdClassName
{
border-color: #CD78E5;
}
.TagClassName
{
border-color: #CD78E5;
}
</style>