Shades of Orchid #C27ECB
Tints of Orchid #C27ECB
RGB
CMYK
RGB Variations
Color information
#C27ECB (or 0xC27ECB) is known color: Orchid. HEX triplet: C2, 7E and CB. RGB value is (194,126,203). Sum of RGB (Red+Green+Blue) = 194+126+203=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 203 - color contains mainly: blue. Hex color #C27ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ECB is #3D8134. Grayscale: #9A9A9A. Windows color (decimal): -4030773 or 13336258. OLE color: 13336258.
HSL color Cylindrical-coordinate representation of color #C27ECB: hue angle of 292.99º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C27ECB is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 126 | 203 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.20 |
| HSL | 292.99º | 0.43% | 0.65% | - |
| HSV(B) | 292.99º | 0.38% | 0.8% | - |
| XYZ | 40.49 | 30.7 | 60.29 | - |
| YUV | 155.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 203 | 0.04 | 0.38 | 0 | 0.20 | 292.99 | 0.43 | 0.65 |
| Hex | C2 | 7E | CB | 4 | 26 | 0 | 14 | 125 | 2B | 41 |
| Octal | 302 | 176 | 313 | 4 | 46 | 0 | 24 | 445 | 53 | 101 |
| Binary | 11000010 | 1111110 | 11001011 | 100 | 100110 | 0 | 10100 | 100100101 | 101011 | 1000001 |
Color Harmonies of #C27ECB
Complementary color
Monochromatic Colors of #C27ECB
Black with #C27ECB
Text Example
Text Example
White with #C27ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27ECB; }
p { color: rgb(194,126,203); }
H1.HeaderClassName
{
color: #C27ECB;
}
.AnyTagClassName
{
color: #C27ECB;
}
</style>
background-color css
<style>
a { background-color: #C27ECB; }
a { background-color: rgb(194,126,203); }
div.DivClassName
{
background-color: #C27ECB;
}
.BgClassName
{
background-color: #C27ECB;
}
</style>
border-color css
<style>
span { border-color: #C27ECB; }
span { border-color: rgb(194,126,203); }
td.TdClassName
{
border-color: #C27ECB;
}
.TagClassName
{
border-color: #C27ECB;
}
</style>