Shades of Orchid #C27CC6
Tints of Orchid #C27CC6
RGB
CMYK
RGB Variations
Color information
#C27CC6 (or 0xC27CC6) is known color: Orchid. HEX triplet: C2, 7C and C6. RGB value is (194,124,198). Sum of RGB (Red+Green+Blue) = 194+124+198=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 198 - color contains mainly: blue. Hex color #C27CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CC6 is #3D8339. Grayscale: #999999. Windows color (decimal): -4031290 or 13008066. OLE color: 13008066.
HSL color Cylindrical-coordinate representation of color #C27CC6: hue angle of 296.76º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27CC6 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 124 | 198 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.22 |
| HSL | 296.76º | 0.39% | 0.63% | - |
| HSV(B) | 296.76º | 0.37% | 0.78% | - |
| XYZ | 39.65 | 29.96 | 57.12 | - |
| YUV | 153.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 198 | 0.02 | 0.37 | 0 | 0.22 | 296.76 | 0.39 | 0.63 |
| Hex | C2 | 7C | C6 | 2 | 25 | 0 | 16 | 129 | 27 | 3F |
| Octal | 302 | 174 | 306 | 2 | 45 | 0 | 26 | 451 | 47 | 77 |
| Binary | 11000010 | 1111100 | 11000110 | 10 | 100101 | 0 | 10110 | 100101001 | 100111 | 111111 |
Color Harmonies of #C27CC6
Complementary color
Monochromatic Colors of #C27CC6
Black with #C27CC6
Text Example
Text Example
White with #C27CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CC6; }
p { color: rgb(194,124,198); }
H1.HeaderClassName
{
color: #C27CC6;
}
.AnyTagClassName
{
color: #C27CC6;
}
</style>
background-color css
<style>
a { background-color: #C27CC6; }
a { background-color: rgb(194,124,198); }
div.DivClassName
{
background-color: #C27CC6;
}
.BgClassName
{
background-color: #C27CC6;
}
</style>
border-color css
<style>
span { border-color: #C27CC6; }
span { border-color: rgb(194,124,198); }
td.TdClassName
{
border-color: #C27CC6;
}
.TagClassName
{
border-color: #C27CC6;
}
</style>