Shades of Orchid #C27CCF
Tints of Orchid #C27CCF
RGB
CMYK
RGB Variations
Color information
#C27CCF (or 0xC27CCF) is known color: Orchid. HEX triplet: C2, 7C and CF. RGB value is (194,124,207). Sum of RGB (Red+Green+Blue) = 194+124+207=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C27CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CCF is #3D8330. Grayscale: #9A9A9A. Windows color (decimal): -4031281 or 13597890. OLE color: 13597890.
HSL color Cylindrical-coordinate representation of color #C27CCF: hue angle of 290.6º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27CCF is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 124 | 207 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.19 |
| HSL | 290.6º | 0.46% | 0.65% | - |
| HSV(B) | 290.6º | 0.4% | 0.81% | - |
| XYZ | 40.72 | 30.39 | 62.75 | - |
| YUV | 154.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 207 | 0.06 | 0.40 | 0 | 0.19 | 290.6 | 0.46 | 0.65 |
| Hex | C2 | 7C | CF | 6 | 28 | 0 | 13 | 123 | 2E | 41 |
| Octal | 302 | 174 | 317 | 6 | 50 | 0 | 23 | 443 | 56 | 101 |
| Binary | 11000010 | 1111100 | 11001111 | 110 | 101000 | 0 | 10011 | 100100011 | 101110 | 1000001 |
Color Harmonies of #C27CCF
Complementary color
Monochromatic Colors of #C27CCF
Black with #C27CCF
Text Example
Text Example
White with #C27CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CCF; }
p { color: rgb(194,124,207); }
H1.HeaderClassName
{
color: #C27CCF;
}
.AnyTagClassName
{
color: #C27CCF;
}
</style>
background-color css
<style>
a { background-color: #C27CCF; }
a { background-color: rgb(194,124,207); }
div.DivClassName
{
background-color: #C27CCF;
}
.BgClassName
{
background-color: #C27CCF;
}
</style>
border-color css
<style>
span { border-color: #C27CCF; }
span { border-color: rgb(194,124,207); }
td.TdClassName
{
border-color: #C27CCF;
}
.TagClassName
{
border-color: #C27CCF;
}
</style>