Shades of Orchid #C27CC0
Tints of Orchid #C27CC0
RGB
CMYK
RGB Variations
Color information
#C27CC0 (or 0xC27CC0) is known color: Orchid. HEX triplet: C2, 7C and C0. RGB value is (194,124,192). Sum of RGB (Red+Green+Blue) = 194+124+192=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 192 (75.39% from 255 or 37.65% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CC0 is #3D833F. Grayscale: #989898. Windows color (decimal): -4031296 or 12614850. OLE color: 12614850.
HSL color Cylindrical-coordinate representation of color #C27CC0: hue angle of 301.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27CC0 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 192 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.24 |
| HSL | 301.71º | 0.36% | 0.62% | - |
| HSV(B) | 301.71º | 0.36% | 0.76% | - |
| XYZ | 38.97 | 29.69 | 53.55 | - |
| YUV | 152.68 | 150.19 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 192 | 0 | 0.36 | 0.01 | 0.24 | 301.71 | 0.36 | 0.62 |
| Hex | C2 | 7C | C0 | 0 | 24 | 1 | 18 | 12E | 24 | 3E |
| Octal | 302 | 174 | 300 | 0 | 44 | 1 | 30 | 456 | 44 | 76 |
| Binary | 11000010 | 1111100 | 11000000 | 0 | 100100 | 1 | 11000 | 100101110 | 100100 | 111110 |
Color Harmonies of #C27CC0
Complementary color
Monochromatic Colors of #C27CC0
Black with #C27CC0
Text Example
Text Example
White with #C27CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CC0; }
p { color: rgb(194,124,192); }
H1.HeaderClassName
{
color: #C27CC0;
}
.AnyTagClassName
{
color: #C27CC0;
}
</style>
background-color css
<style>
a { background-color: #C27CC0; }
a { background-color: rgb(194,124,192); }
div.DivClassName
{
background-color: #C27CC0;
}
.BgClassName
{
background-color: #C27CC0;
}
</style>
border-color css
<style>
span { border-color: #C27CC0; }
span { border-color: rgb(194,124,192); }
td.TdClassName
{
border-color: #C27CC0;
}
.TagClassName
{
border-color: #C27CC0;
}
</style>