Shades of Orchid #C27FC0
Tints of Orchid #C27FC0
RGB
CMYK
RGB Variations
Color information
#C27FC0 (or 0xC27FC0) is known color: Orchid. HEX triplet: C2, 7F and C0. RGB value is (194,127,192). Sum of RGB (Red+Green+Blue) = 194+127+192=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FC0 is #3D803F. Grayscale: #9A9A9A. Windows color (decimal): -4030528 or 12615618. OLE color: 12615618.
HSL color Cylindrical-coordinate representation of color #C27FC0: hue angle of 301.79º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C27FC0 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 192 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.24 |
| HSL | 301.79º | 0.35% | 0.63% | - |
| HSV(B) | 301.79º | 0.35% | 0.76% | - |
| XYZ | 39.35 | 30.45 | 53.67 | - |
| YUV | 154.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 192 | 0 | 0.35 | 0.01 | 0.24 | 301.79 | 0.35 | 0.63 |
| Hex | C2 | 7F | C0 | 0 | 23 | 1 | 18 | 12E | 23 | 3F |
| Octal | 302 | 177 | 300 | 0 | 43 | 1 | 30 | 456 | 43 | 77 |
| Binary | 11000010 | 1111111 | 11000000 | 0 | 100011 | 1 | 11000 | 100101110 | 100011 | 111111 |
Color Harmonies of #C27FC0
Complementary color
Monochromatic Colors of #C27FC0
Black with #C27FC0
Text Example
Text Example
White with #C27FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FC0; }
p { color: rgb(194,127,192); }
H1.HeaderClassName
{
color: #C27FC0;
}
.AnyTagClassName
{
color: #C27FC0;
}
</style>
background-color css
<style>
a { background-color: #C27FC0; }
a { background-color: rgb(194,127,192); }
div.DivClassName
{
background-color: #C27FC0;
}
.BgClassName
{
background-color: #C27FC0;
}
</style>
border-color css
<style>
span { border-color: #C27FC0; }
span { border-color: rgb(194,127,192); }
td.TdClassName
{
border-color: #C27FC0;
}
.TagClassName
{
border-color: #C27FC0;
}
</style>