Shades of Orchid #C27ACE
Tints of Orchid #C27ACE
RGB
CMYK
RGB Variations
Color information
#C27ACE (or 0xC27ACE) is known color: Orchid. HEX triplet: C2, 7A and CE. RGB value is (194,122,206). Sum of RGB (Red+Green+Blue) = 194+122+206=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #C27ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ACE is #3D8531. Grayscale: #989898. Windows color (decimal): -4031794 or 13531842. OLE color: 13531842.
HSL color Cylindrical-coordinate representation of color #C27ACE: hue angle of 291.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27ACE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 122 | 206 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.19 |
| HSL | 291.43º | 0.46% | 0.64% | - |
| HSV(B) | 291.43º | 0.41% | 0.81% | - |
| XYZ | 40.35 | 29.84 | 62.03 | - |
| YUV | 153.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 206 | 0.06 | 0.41 | 0 | 0.19 | 291.43 | 0.46 | 0.64 |
| Hex | C2 | 7A | CE | 6 | 29 | 0 | 13 | 123 | 2E | 40 |
| Octal | 302 | 172 | 316 | 6 | 51 | 0 | 23 | 443 | 56 | 100 |
| Binary | 11000010 | 1111010 | 11001110 | 110 | 101001 | 0 | 10011 | 100100011 | 101110 | 1000000 |
Color Harmonies of #C27ACE
Complementary color
Monochromatic Colors of #C27ACE
Black with #C27ACE
Text Example
Text Example
White with #C27ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27ACE; }
p { color: rgb(194,122,206); }
H1.HeaderClassName
{
color: #C27ACE;
}
.AnyTagClassName
{
color: #C27ACE;
}
</style>
background-color css
<style>
a { background-color: #C27ACE; }
a { background-color: rgb(194,122,206); }
div.DivClassName
{
background-color: #C27ACE;
}
.BgClassName
{
background-color: #C27ACE;
}
</style>
border-color css
<style>
span { border-color: #C27ACE; }
span { border-color: rgb(194,122,206); }
td.TdClassName
{
border-color: #C27ACE;
}
.TagClassName
{
border-color: #C27ACE;
}
</style>