Shades of Orchid #C27BC9
Tints of Orchid #C27BC9
RGB
CMYK
RGB Variations
Color information
#C27BC9 (or 0xC27BC9) is known color: Orchid. HEX triplet: C2, 7B and C9. RGB value is (194,123,201). Sum of RGB (Red+Green+Blue) = 194+123+201=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #C27BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BC9 is #3D8436. Grayscale: #989898. Windows color (decimal): -4031543 or 13204418. OLE color: 13204418.
HSL color Cylindrical-coordinate representation of color #C27BC9: hue angle of 294.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27BC9 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 123 | 201 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.21 |
| HSL | 294.62º | 0.42% | 0.64% | - |
| HSV(B) | 294.62º | 0.39% | 0.79% | - |
| XYZ | 39.87 | 29.85 | 58.92 | - |
| YUV | 153.12 | 155.02 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 201 | 0.03 | 0.39 | 0 | 0.21 | 294.62 | 0.42 | 0.64 |
| Hex | C2 | 7B | C9 | 3 | 27 | 0 | 15 | 127 | 2A | 40 |
| Octal | 302 | 173 | 311 | 3 | 47 | 0 | 25 | 447 | 52 | 100 |
| Binary | 11000010 | 1111011 | 11001001 | 11 | 100111 | 0 | 10101 | 100100111 | 101010 | 1000000 |
Color Harmonies of #C27BC9
Complementary color
Monochromatic Colors of #C27BC9
Black with #C27BC9
Text Example
Text Example
White with #C27BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BC9; }
p { color: rgb(194,123,201); }
H1.HeaderClassName
{
color: #C27BC9;
}
.AnyTagClassName
{
color: #C27BC9;
}
</style>
background-color css
<style>
a { background-color: #C27BC9; }
a { background-color: rgb(194,123,201); }
div.DivClassName
{
background-color: #C27BC9;
}
.BgClassName
{
background-color: #C27BC9;
}
</style>
border-color css
<style>
span { border-color: #C27BC9; }
span { border-color: rgb(194,123,201); }
td.TdClassName
{
border-color: #C27BC9;
}
.TagClassName
{
border-color: #C27BC9;
}
</style>