Shades of Orchid #C27ECD
Tints of Orchid #C27ECD
RGB
CMYK
RGB Variations
Color information
#C27ECD (or 0xC27ECD) is known color: Orchid. HEX triplet: C2, 7E and CD. RGB value is (194,126,205). Sum of RGB (Red+Green+Blue) = 194+126+205=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #C27ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ECD is #3D8132. Grayscale: #9B9B9B. Windows color (decimal): -4030771 or 13467330. OLE color: 13467330.
HSL color Cylindrical-coordinate representation of color #C27ECD: hue angle of 291.65º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27ECD is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 126 | 205 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.20 |
| HSL | 291.65º | 0.44% | 0.65% | - |
| HSV(B) | 291.65º | 0.39% | 0.8% | - |
| XYZ | 40.73 | 30.8 | 61.56 | - |
| YUV | 155.34 | 156.03 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 205 | 0.05 | 0.39 | 0 | 0.20 | 291.65 | 0.44 | 0.65 |
| Hex | C2 | 7E | CD | 5 | 27 | 0 | 14 | 124 | 2C | 41 |
| Octal | 302 | 176 | 315 | 5 | 47 | 0 | 24 | 444 | 54 | 101 |
| Binary | 11000010 | 1111110 | 11001101 | 101 | 100111 | 0 | 10100 | 100100100 | 101100 | 1000001 |
Color Harmonies of #C27ECD
Complementary color
Monochromatic Colors of #C27ECD
Black with #C27ECD
Text Example
Text Example
White with #C27ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27ECD; }
p { color: rgb(194,126,205); }
H1.HeaderClassName
{
color: #C27ECD;
}
.AnyTagClassName
{
color: #C27ECD;
}
</style>
background-color css
<style>
a { background-color: #C27ECD; }
a { background-color: rgb(194,126,205); }
div.DivClassName
{
background-color: #C27ECD;
}
.BgClassName
{
background-color: #C27ECD;
}
</style>
border-color css
<style>
span { border-color: #C27ECD; }
span { border-color: rgb(194,126,205); }
td.TdClassName
{
border-color: #C27ECD;
}
.TagClassName
{
border-color: #C27ECD;
}
</style>