Shades of Orchid #C27AC9
Tints of Orchid #C27AC9
RGB
CMYK
RGB Variations
Color information
#C27AC9 (or 0xC27AC9) is known color: Orchid. HEX triplet: C2, 7A and C9. RGB value is (194,122,201). Sum of RGB (Red+Green+Blue) = 194+122+201=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 201 - color contains mainly: blue. Hex color #C27AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AC9 is #3D8536. Grayscale: #989898. Windows color (decimal): -4031799 or 13204162. OLE color: 13204162.
HSL color Cylindrical-coordinate representation of color #C27AC9: hue angle of 294.68º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27AC9 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 122 | 201 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.21 |
| HSL | 294.68º | 0.42% | 0.63% | - |
| HSV(B) | 294.68º | 0.39% | 0.79% | - |
| XYZ | 39.75 | 29.61 | 58.88 | - |
| YUV | 152.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 201 | 0.03 | 0.39 | 0 | 0.21 | 294.68 | 0.42 | 0.63 |
| Hex | C2 | 7A | C9 | 3 | 27 | 0 | 15 | 127 | 2A | 3F |
| Octal | 302 | 172 | 311 | 3 | 47 | 0 | 25 | 447 | 52 | 77 |
| Binary | 11000010 | 1111010 | 11001001 | 11 | 100111 | 0 | 10101 | 100100111 | 101010 | 111111 |
Color Harmonies of #C27AC9
Complementary color
Monochromatic Colors of #C27AC9
Black with #C27AC9
Text Example
Text Example
White with #C27AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AC9; }
p { color: rgb(194,122,201); }
H1.HeaderClassName
{
color: #C27AC9;
}
.AnyTagClassName
{
color: #C27AC9;
}
</style>
background-color css
<style>
a { background-color: #C27AC9; }
a { background-color: rgb(194,122,201); }
div.DivClassName
{
background-color: #C27AC9;
}
.BgClassName
{
background-color: #C27AC9;
}
</style>
border-color css
<style>
span { border-color: #C27AC9; }
span { border-color: rgb(194,122,201); }
td.TdClassName
{
border-color: #C27AC9;
}
.TagClassName
{
border-color: #C27AC9;
}
</style>