Shades of Orchid #C27FCA
Tints of Orchid #C27FCA
RGB
CMYK
RGB Variations
Color information
#C27FCA (or 0xC27FCA) is known color: Orchid. HEX triplet: C2, 7F and CA. RGB value is (194,127,202). Sum of RGB (Red+Green+Blue) = 194+127+202=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FCA is #3D8035. Grayscale: #9B9B9B. Windows color (decimal): -4030518 or 13270978. OLE color: 13270978.
HSL color Cylindrical-coordinate representation of color #C27FCA: hue angle of 293.6º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27FCA is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 127 | 202 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.21 |
| HSL | 293.6º | 0.41% | 0.65% | - |
| HSV(B) | 293.6º | 0.37% | 0.79% | - |
| XYZ | 40.5 | 30.91 | 59.71 | - |
| YUV | 155.58 | 154.2 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 202 | 0.04 | 0.37 | 0 | 0.21 | 293.6 | 0.41 | 0.65 |
| Hex | C2 | 7F | CA | 4 | 25 | 0 | 15 | 126 | 29 | 41 |
| Octal | 302 | 177 | 312 | 4 | 45 | 0 | 25 | 446 | 51 | 101 |
| Binary | 11000010 | 1111111 | 11001010 | 100 | 100101 | 0 | 10101 | 100100110 | 101001 | 1000001 |
Color Harmonies of #C27FCA
Complementary color
Monochromatic Colors of #C27FCA
Black with #C27FCA
Text Example
Text Example
White with #C27FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FCA; }
p { color: rgb(194,127,202); }
H1.HeaderClassName
{
color: #C27FCA;
}
.AnyTagClassName
{
color: #C27FCA;
}
</style>
background-color css
<style>
a { background-color: #C27FCA; }
a { background-color: rgb(194,127,202); }
div.DivClassName
{
background-color: #C27FCA;
}
.BgClassName
{
background-color: #C27FCA;
}
</style>
border-color css
<style>
span { border-color: #C27FCA; }
span { border-color: rgb(194,127,202); }
td.TdClassName
{
border-color: #C27FCA;
}
.TagClassName
{
border-color: #C27FCA;
}
</style>