Shades of Orchid #C27ACD
Tints of Orchid #C27ACD
RGB
CMYK
RGB Variations
Color information
#C27ACD (or 0xC27ACD) is known color: Orchid. HEX triplet: C2, 7A and CD. RGB value is (194,122,205). Sum of RGB (Red+Green+Blue) = 194+122+205=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #C27ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ACD is #3D8532. Grayscale: #989898. Windows color (decimal): -4031795 or 13466306. OLE color: 13466306.
HSL color Cylindrical-coordinate representation of color #C27ACD: hue angle of 292.05º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27ACD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 122 | 205 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.20 |
| HSL | 292.05º | 0.45% | 0.64% | - |
| HSV(B) | 292.05º | 0.4% | 0.8% | - |
| XYZ | 40.23 | 29.8 | 61.39 | - |
| YUV | 152.99 | 157.35 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 205 | 0.05 | 0.40 | 0 | 0.20 | 292.05 | 0.45 | 0.64 |
| Hex | C2 | 7A | CD | 5 | 28 | 0 | 14 | 124 | 2D | 40 |
| Octal | 302 | 172 | 315 | 5 | 50 | 0 | 24 | 444 | 55 | 100 |
| Binary | 11000010 | 1111010 | 11001101 | 101 | 101000 | 0 | 10100 | 100100100 | 101101 | 1000000 |
Color Harmonies of #C27ACD
Complementary color
Monochromatic Colors of #C27ACD
Black with #C27ACD
Text Example
Text Example
White with #C27ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27ACD; }
p { color: rgb(194,122,205); }
H1.HeaderClassName
{
color: #C27ACD;
}
.AnyTagClassName
{
color: #C27ACD;
}
</style>
background-color css
<style>
a { background-color: #C27ACD; }
a { background-color: rgb(194,122,205); }
div.DivClassName
{
background-color: #C27ACD;
}
.BgClassName
{
background-color: #C27ACD;
}
</style>
border-color css
<style>
span { border-color: #C27ACD; }
span { border-color: rgb(194,122,205); }
td.TdClassName
{
border-color: #C27ACD;
}
.TagClassName
{
border-color: #C27ACD;
}
</style>