Shades of Orchid #C27CCC
Tints of Orchid #C27CCC
RGB
CMYK
RGB Variations
Color information
#C27CCC (or 0xC27CCC) is known color: Orchid. HEX triplet: C2, 7C and CC. RGB value is (194,124,204). Sum of RGB (Red+Green+Blue) = 194+124+204=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #C27CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CCC is #3D8333. Grayscale: #999999. Windows color (decimal): -4031284 or 13401282. OLE color: 13401282.
HSL color Cylindrical-coordinate representation of color #C27CCC: hue angle of 292.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27CCC is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 124 | 204 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.2 |
| HSL | 292.5º | 0.44% | 0.64% | - |
| HSV(B) | 292.5º | 0.39% | 0.8% | - |
| XYZ | 40.35 | 30.24 | 60.84 | - |
| YUV | 154.05 | 156.19 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 204 | 0.05 | 0.39 | 0 | 0.2 | 292.5 | 0.44 | 0.64 |
| Hex | C2 | 7C | CC | 5 | 27 | 0 | 14 | 124 | 2C | 40 |
| Octal | 302 | 174 | 314 | 5 | 47 | 0 | 24 | 444 | 54 | 100 |
| Binary | 11000010 | 1111100 | 11001100 | 101 | 100111 | 0 | 10100 | 100100100 | 101100 | 1000000 |
Color Harmonies of #C27CCC
Complementary color
Monochromatic Colors of #C27CCC
Black with #C27CCC
Text Example
Text Example
White with #C27CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CCC; }
p { color: rgb(194,124,204); }
H1.HeaderClassName
{
color: #C27CCC;
}
.AnyTagClassName
{
color: #C27CCC;
}
</style>
background-color css
<style>
a { background-color: #C27CCC; }
a { background-color: rgb(194,124,204); }
div.DivClassName
{
background-color: #C27CCC;
}
.BgClassName
{
background-color: #C27CCC;
}
</style>
border-color css
<style>
span { border-color: #C27CCC; }
span { border-color: rgb(194,124,204); }
td.TdClassName
{
border-color: #C27CCC;
}
.TagClassName
{
border-color: #C27CCC;
}
</style>