Shades of Orchid #C27AC2
Tints of Orchid #C27AC2
RGB
CMYK
RGB Variations
Color information
#C27AC2 (or 0xC27AC2) is known color: Orchid. HEX triplet: C2, 7A and C2. RGB value is (194,122,194). Sum of RGB (Red+Green+Blue) = 194+122+194=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C27AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AC2 is #3D853D. Grayscale: #979797. Windows color (decimal): -4031806 or 12745410. OLE color: 12745410.
HSL color Cylindrical-coordinate representation of color #C27AC2: hue angle of 300º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27AC2 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 194 | - |
| CMYK | 0 | 0.37 | 0 | 0.24 |
| HSL | 300º | 0.37% | 0.62% | - |
| HSV(B) | 300º | 0.37% | 0.76% | - |
| XYZ | 38.95 | 29.28 | 54.64 | - |
| YUV | 151.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 194 | 0 | 0.37 | 0 | 0.24 | 300 | 0.37 | 0.62 |
| Hex | C2 | 7A | C2 | 0 | 25 | 0 | 18 | 12C | 25 | 3E |
| Octal | 302 | 172 | 302 | 0 | 45 | 0 | 30 | 454 | 45 | 76 |
| Binary | 11000010 | 1111010 | 11000010 | 0 | 100101 | 0 | 11000 | 100101100 | 100101 | 111110 |
Color Harmonies of #C27AC2
Complementary color
Monochromatic Colors of #C27AC2
Black with #C27AC2
Text Example
Text Example
White with #C27AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AC2; }
p { color: rgb(194,122,194); }
H1.HeaderClassName
{
color: #C27AC2;
}
.AnyTagClassName
{
color: #C27AC2;
}
</style>
background-color css
<style>
a { background-color: #C27AC2; }
a { background-color: rgb(194,122,194); }
div.DivClassName
{
background-color: #C27AC2;
}
.BgClassName
{
background-color: #C27AC2;
}
</style>
border-color css
<style>
span { border-color: #C27AC2; }
span { border-color: rgb(194,122,194); }
td.TdClassName
{
border-color: #C27AC2;
}
.TagClassName
{
border-color: #C27AC2;
}
</style>