Shades of Orchid #C27BCA
Tints of Orchid #C27BCA
RGB
CMYK
RGB Variations
Color information
#C27BCA (or 0xC27BCA) is known color: Orchid. HEX triplet: C2, 7B and CA. RGB value is (194,123,202). Sum of RGB (Red+Green+Blue) = 194+123+202=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #C27BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BCA is #3D8435. Grayscale: #989898. Windows color (decimal): -4031542 or 13269954. OLE color: 13269954.
HSL color Cylindrical-coordinate representation of color #C27BCA: hue angle of 293.92º degrees, saturation: 0.43, 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 #C27BCA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 123 | 202 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.21 |
| HSL | 293.92º | 0.43% | 0.64% | - |
| HSV(B) | 293.92º | 0.39% | 0.79% | - |
| XYZ | 39.99 | 29.9 | 59.54 | - |
| YUV | 153.24 | 155.52 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 202 | 0.04 | 0.39 | 0 | 0.21 | 293.92 | 0.43 | 0.64 |
| Hex | C2 | 7B | CA | 4 | 27 | 0 | 15 | 126 | 2B | 40 |
| Octal | 302 | 173 | 312 | 4 | 47 | 0 | 25 | 446 | 53 | 100 |
| Binary | 11000010 | 1111011 | 11001010 | 100 | 100111 | 0 | 10101 | 100100110 | 101011 | 1000000 |
Color Harmonies of #C27BCA
Complementary color
Monochromatic Colors of #C27BCA
Black with #C27BCA
Text Example
Text Example
White with #C27BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BCA; }
p { color: rgb(194,123,202); }
H1.HeaderClassName
{
color: #C27BCA;
}
.AnyTagClassName
{
color: #C27BCA;
}
</style>
background-color css
<style>
a { background-color: #C27BCA; }
a { background-color: rgb(194,123,202); }
div.DivClassName
{
background-color: #C27BCA;
}
.BgClassName
{
background-color: #C27BCA;
}
</style>
border-color css
<style>
span { border-color: #C27BCA; }
span { border-color: rgb(194,123,202); }
td.TdClassName
{
border-color: #C27BCA;
}
.TagClassName
{
border-color: #C27BCA;
}
</style>