Shades of Orchid #C27ECF
Tints of Orchid #C27ECF
RGB
CMYK
RGB Variations
Color information
#C27ECF (or 0xC27ECF) is known color: Orchid. HEX triplet: C2, 7E and CF. RGB value is (194,126,207). Sum of RGB (Red+Green+Blue) = 194+126+207=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #C27ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ECF is #3D8130. Grayscale: #9B9B9B. Windows color (decimal): -4030769 or 13598402. OLE color: 13598402.
HSL color Cylindrical-coordinate representation of color #C27ECF: hue angle of 290.37º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27ECF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 126 | 207 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.19 |
| HSL | 290.37º | 0.46% | 0.65% | - |
| HSV(B) | 290.37º | 0.39% | 0.81% | - |
| XYZ | 40.97 | 30.9 | 62.84 | - |
| YUV | 155.57 | 157.03 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 207 | 0.06 | 0.39 | 0 | 0.19 | 290.37 | 0.46 | 0.65 |
| Hex | C2 | 7E | CF | 6 | 27 | 0 | 13 | 122 | 2E | 41 |
| Octal | 302 | 176 | 317 | 6 | 47 | 0 | 23 | 442 | 56 | 101 |
| Binary | 11000010 | 1111110 | 11001111 | 110 | 100111 | 0 | 10011 | 100100010 | 101110 | 1000001 |
Color Harmonies of #C27ECF
Complementary color
Monochromatic Colors of #C27ECF
Black with #C27ECF
Text Example
Text Example
White with #C27ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27ECF; }
p { color: rgb(194,126,207); }
H1.HeaderClassName
{
color: #C27ECF;
}
.AnyTagClassName
{
color: #C27ECF;
}
</style>
background-color css
<style>
a { background-color: #C27ECF; }
a { background-color: rgb(194,126,207); }
div.DivClassName
{
background-color: #C27ECF;
}
.BgClassName
{
background-color: #C27ECF;
}
</style>
border-color css
<style>
span { border-color: #C27ECF; }
span { border-color: rgb(194,126,207); }
td.TdClassName
{
border-color: #C27ECF;
}
.TagClassName
{
border-color: #C27ECF;
}
</style>