Shades of Orchid #C27AC1
Tints of Orchid #C27AC1
RGB
CMYK
RGB Variations
Color information
#C27AC1 (or 0xC27AC1) is known color: Orchid. HEX triplet: C2, 7A and C1. RGB value is (194,122,193). Sum of RGB (Red+Green+Blue) = 194+122+193=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AC1 is #3D853E. Grayscale: #979797. Windows color (decimal): -4031807 or 12679874. OLE color: 12679874.
HSL color Cylindrical-coordinate representation of color #C27AC1: hue angle of 300.83º 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 #C27AC1 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 193 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.24 |
| HSL | 300.83º | 0.37% | 0.62% | - |
| HSV(B) | 300.83º | 0.37% | 0.76% | - |
| XYZ | 38.83 | 29.24 | 54.05 | - |
| YUV | 151.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 193 | 0 | 0.37 | 0.01 | 0.24 | 300.83 | 0.37 | 0.62 |
| Hex | C2 | 7A | C1 | 0 | 25 | 1 | 18 | 12D | 25 | 3E |
| Octal | 302 | 172 | 301 | 0 | 45 | 1 | 30 | 455 | 45 | 76 |
| Binary | 11000010 | 1111010 | 11000001 | 0 | 100101 | 1 | 11000 | 100101101 | 100101 | 111110 |
Color Harmonies of #C27AC1
Complementary color
Monochromatic Colors of #C27AC1
Black with #C27AC1
Text Example
Text Example
White with #C27AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AC1; }
p { color: rgb(194,122,193); }
H1.HeaderClassName
{
color: #C27AC1;
}
.AnyTagClassName
{
color: #C27AC1;
}
</style>
background-color css
<style>
a { background-color: #C27AC1; }
a { background-color: rgb(194,122,193); }
div.DivClassName
{
background-color: #C27AC1;
}
.BgClassName
{
background-color: #C27AC1;
}
</style>
border-color css
<style>
span { border-color: #C27AC1; }
span { border-color: rgb(194,122,193); }
td.TdClassName
{
border-color: #C27AC1;
}
.TagClassName
{
border-color: #C27AC1;
}
</style>