Shades of Orchid #C27CCA
Tints of Orchid #C27CCA
RGB
CMYK
RGB Variations
Color information
#C27CCA (or 0xC27CCA) is known color: Orchid. HEX triplet: C2, 7C and CA. RGB value is (194,124,202). Sum of RGB (Red+Green+Blue) = 194+124+202=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CCA is #3D8335. Grayscale: #999999. Windows color (decimal): -4031286 or 13270210. OLE color: 13270210.
HSL color Cylindrical-coordinate representation of color #C27CCA: hue angle of 293.85º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27CCA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 124 | 202 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.21 |
| HSL | 293.85º | 0.42% | 0.64% | - |
| HSV(B) | 293.85º | 0.39% | 0.79% | - |
| XYZ | 40.12 | 30.15 | 59.58 | - |
| YUV | 153.82 | 155.19 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 202 | 0.04 | 0.39 | 0 | 0.21 | 293.85 | 0.42 | 0.64 |
| Hex | C2 | 7C | CA | 4 | 27 | 0 | 15 | 126 | 2A | 40 |
| Octal | 302 | 174 | 312 | 4 | 47 | 0 | 25 | 446 | 52 | 100 |
| Binary | 11000010 | 1111100 | 11001010 | 100 | 100111 | 0 | 10101 | 100100110 | 101010 | 1000000 |
Color Harmonies of #C27CCA
Complementary color
Monochromatic Colors of #C27CCA
Black with #C27CCA
Text Example
Text Example
White with #C27CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CCA; }
p { color: rgb(194,124,202); }
H1.HeaderClassName
{
color: #C27CCA;
}
.AnyTagClassName
{
color: #C27CCA;
}
</style>
background-color css
<style>
a { background-color: #C27CCA; }
a { background-color: rgb(194,124,202); }
div.DivClassName
{
background-color: #C27CCA;
}
.BgClassName
{
background-color: #C27CCA;
}
</style>
border-color css
<style>
span { border-color: #C27CCA; }
span { border-color: rgb(194,124,202); }
td.TdClassName
{
border-color: #C27CCA;
}
.TagClassName
{
border-color: #C27CCA;
}
</style>