Shades of Orchid #C27BC5
Tints of Orchid #C27BC5
RGB
CMYK
RGB Variations
Color information
#C27BC5 (or 0xC27BC5) is known color: Orchid. HEX triplet: C2, 7B and C5. RGB value is (194,123,197). Sum of RGB (Red+Green+Blue) = 194+123+197=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 197 - color contains mainly: blue. Hex color #C27BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BC5 is #3D843A. Grayscale: #989898. Windows color (decimal): -4031547 or 12942274. OLE color: 12942274.
HSL color Cylindrical-coordinate representation of color #C27BC5: hue angle of 297.57º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C27BC5 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 123 | 197 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.23 |
| HSL | 297.57º | 0.39% | 0.63% | - |
| HSV(B) | 297.57º | 0.38% | 0.77% | - |
| XYZ | 39.41 | 29.67 | 56.47 | - |
| YUV | 152.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 197 | 0.02 | 0.38 | 0 | 0.23 | 297.57 | 0.39 | 0.63 |
| Hex | C2 | 7B | C5 | 2 | 26 | 0 | 17 | 12A | 27 | 3F |
| Octal | 302 | 173 | 305 | 2 | 46 | 0 | 27 | 452 | 47 | 77 |
| Binary | 11000010 | 1111011 | 11000101 | 10 | 100110 | 0 | 10111 | 100101010 | 100111 | 111111 |
Color Harmonies of #C27BC5
Complementary color
Monochromatic Colors of #C27BC5
Black with #C27BC5
Text Example
Text Example
White with #C27BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BC5; }
p { color: rgb(194,123,197); }
H1.HeaderClassName
{
color: #C27BC5;
}
.AnyTagClassName
{
color: #C27BC5;
}
</style>
background-color css
<style>
a { background-color: #C27BC5; }
a { background-color: rgb(194,123,197); }
div.DivClassName
{
background-color: #C27BC5;
}
.BgClassName
{
background-color: #C27BC5;
}
</style>
border-color css
<style>
span { border-color: #C27BC5; }
span { border-color: rgb(194,123,197); }
td.TdClassName
{
border-color: #C27BC5;
}
.TagClassName
{
border-color: #C27BC5;
}
</style>