Shades of Orchid #C27ACC
Tints of Orchid #C27ACC
RGB
CMYK
RGB Variations
Color information
#C27ACC (or 0xC27ACC) is known color: Orchid. HEX triplet: C2, 7A and CC. RGB value is (194,122,204). Sum of RGB (Red+Green+Blue) = 194+122+204=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #C27ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ACC is #3D8533. Grayscale: #989898. Windows color (decimal): -4031796 or 13400770. OLE color: 13400770.
HSL color Cylindrical-coordinate representation of color #C27ACC: hue angle of 292.68º 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 #C27ACC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 122 | 204 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.2 |
| HSL | 292.68º | 0.45% | 0.64% | - |
| HSV(B) | 292.68º | 0.4% | 0.8% | - |
| XYZ | 40.11 | 29.75 | 60.75 | - |
| YUV | 152.88 | 156.85 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 204 | 0.05 | 0.40 | 0 | 0.2 | 292.68 | 0.45 | 0.64 |
| Hex | C2 | 7A | CC | 5 | 28 | 0 | 14 | 125 | 2D | 40 |
| Octal | 302 | 172 | 314 | 5 | 50 | 0 | 24 | 445 | 55 | 100 |
| Binary | 11000010 | 1111010 | 11001100 | 101 | 101000 | 0 | 10100 | 100100101 | 101101 | 1000000 |
Color Harmonies of #C27ACC
Complementary color
Monochromatic Colors of #C27ACC
Black with #C27ACC
Text Example
Text Example
White with #C27ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27ACC; }
p { color: rgb(194,122,204); }
H1.HeaderClassName
{
color: #C27ACC;
}
.AnyTagClassName
{
color: #C27ACC;
}
</style>
background-color css
<style>
a { background-color: #C27ACC; }
a { background-color: rgb(194,122,204); }
div.DivClassName
{
background-color: #C27ACC;
}
.BgClassName
{
background-color: #C27ACC;
}
</style>
border-color css
<style>
span { border-color: #C27ACC; }
span { border-color: rgb(194,122,204); }
td.TdClassName
{
border-color: #C27ACC;
}
.TagClassName
{
border-color: #C27ACC;
}
</style>