Shades of Orchid #C27DCA
Tints of Orchid #C27DCA
RGB
CMYK
RGB Variations
Color information
#C27DCA (or 0xC27DCA) is known color: Orchid. HEX triplet: C2, 7D and CA. RGB value is (194,125,202). Sum of RGB (Red+Green+Blue) = 194+125+202=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DCA is #3D8235. Grayscale: #9A9A9A. Windows color (decimal): -4031030 or 13270466. OLE color: 13270466.
HSL color Cylindrical-coordinate representation of color #C27DCA: hue angle of 293.77º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C27DCA is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 125 | 202 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.21 |
| HSL | 293.77º | 0.42% | 0.64% | - |
| HSV(B) | 293.77º | 0.38% | 0.79% | - |
| XYZ | 40.24 | 30.4 | 59.62 | - |
| YUV | 154.41 | 154.86 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 202 | 0.04 | 0.38 | 0 | 0.21 | 293.77 | 0.42 | 0.64 |
| Hex | C2 | 7D | CA | 4 | 26 | 0 | 15 | 126 | 2A | 40 |
| Octal | 302 | 175 | 312 | 4 | 46 | 0 | 25 | 446 | 52 | 100 |
| Binary | 11000010 | 1111101 | 11001010 | 100 | 100110 | 0 | 10101 | 100100110 | 101010 | 1000000 |
Color Harmonies of #C27DCA
Complementary color
Monochromatic Colors of #C27DCA
Black with #C27DCA
Text Example
Text Example
White with #C27DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DCA; }
p { color: rgb(194,125,202); }
H1.HeaderClassName
{
color: #C27DCA;
}
.AnyTagClassName
{
color: #C27DCA;
}
</style>
background-color css
<style>
a { background-color: #C27DCA; }
a { background-color: rgb(194,125,202); }
div.DivClassName
{
background-color: #C27DCA;
}
.BgClassName
{
background-color: #C27DCA;
}
</style>
border-color css
<style>
span { border-color: #C27DCA; }
span { border-color: rgb(194,125,202); }
td.TdClassName
{
border-color: #C27DCA;
}
.TagClassName
{
border-color: #C27DCA;
}
</style>