Shades of Orchid #C27CC4
Tints of Orchid #C27CC4
RGB
CMYK
RGB Variations
Color information
#C27CC4 (or 0xC27CC4) is known color: Orchid. HEX triplet: C2, 7C and C4. RGB value is (194,124,196). Sum of RGB (Red+Green+Blue) = 194+124+196=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 196 - color contains mainly: blue. Hex color #C27CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CC4 is #3D833B. Grayscale: #989898. Windows color (decimal): -4031292 or 12876994. OLE color: 12876994.
HSL color Cylindrical-coordinate representation of color #C27CC4: hue angle of 298.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27CC4 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 124 | 196 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.23 |
| HSL | 298.33º | 0.38% | 0.63% | - |
| HSV(B) | 298.33º | 0.37% | 0.77% | - |
| XYZ | 39.42 | 29.87 | 55.91 | - |
| YUV | 153.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 196 | 0.01 | 0.37 | 0 | 0.23 | 298.33 | 0.38 | 0.63 |
| Hex | C2 | 7C | C4 | 1 | 25 | 0 | 17 | 12A | 26 | 3F |
| Octal | 302 | 174 | 304 | 1 | 45 | 0 | 27 | 452 | 46 | 77 |
| Binary | 11000010 | 1111100 | 11000100 | 1 | 100101 | 0 | 10111 | 100101010 | 100110 | 111111 |
Color Harmonies of #C27CC4
Complementary color
Monochromatic Colors of #C27CC4
Black with #C27CC4
Text Example
Text Example
White with #C27CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CC4; }
p { color: rgb(194,124,196); }
H1.HeaderClassName
{
color: #C27CC4;
}
.AnyTagClassName
{
color: #C27CC4;
}
</style>
background-color css
<style>
a { background-color: #C27CC4; }
a { background-color: rgb(194,124,196); }
div.DivClassName
{
background-color: #C27CC4;
}
.BgClassName
{
background-color: #C27CC4;
}
</style>
border-color css
<style>
span { border-color: #C27CC4; }
span { border-color: rgb(194,124,196); }
td.TdClassName
{
border-color: #C27CC4;
}
.TagClassName
{
border-color: #C27CC4;
}
</style>