Shades of Orchid #C27BC1
Tints of Orchid #C27BC1
RGB
CMYK
RGB Variations
Color information
#C27BC1 (or 0xC27BC1) is known color: Orchid. HEX triplet: C2, 7B and C1. RGB value is (194,123,193). Sum of RGB (Red+Green+Blue) = 194+123+193=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BC1 is #3D843E. Grayscale: #979797. Windows color (decimal): -4031551 or 12680130. OLE color: 12680130.
HSL color Cylindrical-coordinate representation of color #C27BC1: hue angle of 300.85º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27BC1 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 123 | 193 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.24 |
| HSL | 300.85º | 0.37% | 0.62% | - |
| HSV(B) | 300.85º | 0.37% | 0.76% | - |
| XYZ | 38.96 | 29.49 | 54.09 | - |
| YUV | 152.21 | 151.02 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 193 | 0 | 0.37 | 0.01 | 0.24 | 300.85 | 0.37 | 0.62 |
| Hex | C2 | 7B | C1 | 0 | 25 | 1 | 18 | 12D | 25 | 3E |
| Octal | 302 | 173 | 301 | 0 | 45 | 1 | 30 | 455 | 45 | 76 |
| Binary | 11000010 | 1111011 | 11000001 | 0 | 100101 | 1 | 11000 | 100101101 | 100101 | 111110 |
Color Harmonies of #C27BC1
Complementary color
Monochromatic Colors of #C27BC1
Black with #C27BC1
Text Example
Text Example
White with #C27BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BC1; }
p { color: rgb(194,123,193); }
H1.HeaderClassName
{
color: #C27BC1;
}
.AnyTagClassName
{
color: #C27BC1;
}
</style>
background-color css
<style>
a { background-color: #C27BC1; }
a { background-color: rgb(194,123,193); }
div.DivClassName
{
background-color: #C27BC1;
}
.BgClassName
{
background-color: #C27BC1;
}
</style>
border-color css
<style>
span { border-color: #C27BC1; }
span { border-color: rgb(194,123,193); }
td.TdClassName
{
border-color: #C27BC1;
}
.TagClassName
{
border-color: #C27BC1;
}
</style>