Shades of Orchid #C27DC1
Tints of Orchid #C27DC1
RGB
CMYK
RGB Variations
Color information
#C27DC1 (or 0xC27DC1) is known color: Orchid. HEX triplet: C2, 7D and C1. RGB value is (194,125,193). Sum of RGB (Red+Green+Blue) = 194+125+193=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DC1 is #3D823E. Grayscale: #999999. Windows color (decimal): -4031039 or 12680642. OLE color: 12680642.
HSL color Cylindrical-coordinate representation of color #C27DC1: hue angle of 300.87º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DC1 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 193 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.24 |
| HSL | 300.87º | 0.36% | 0.63% | - |
| HSV(B) | 300.87º | 0.36% | 0.76% | - |
| XYZ | 39.21 | 29.99 | 54.17 | - |
| YUV | 153.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 193 | 0 | 0.36 | 0.01 | 0.24 | 300.87 | 0.36 | 0.63 |
| Hex | C2 | 7D | C1 | 0 | 24 | 1 | 18 | 12D | 24 | 3F |
| Octal | 302 | 175 | 301 | 0 | 44 | 1 | 30 | 455 | 44 | 77 |
| Binary | 11000010 | 1111101 | 11000001 | 0 | 100100 | 1 | 11000 | 100101101 | 100100 | 111111 |
Color Harmonies of #C27DC1
Complementary color
Monochromatic Colors of #C27DC1
Black with #C27DC1
Text Example
Text Example
White with #C27DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DC1; }
p { color: rgb(194,125,193); }
H1.HeaderClassName
{
color: #C27DC1;
}
.AnyTagClassName
{
color: #C27DC1;
}
</style>
background-color css
<style>
a { background-color: #C27DC1; }
a { background-color: rgb(194,125,193); }
div.DivClassName
{
background-color: #C27DC1;
}
.BgClassName
{
background-color: #C27DC1;
}
</style>
border-color css
<style>
span { border-color: #C27DC1; }
span { border-color: rgb(194,125,193); }
td.TdClassName
{
border-color: #C27DC1;
}
.TagClassName
{
border-color: #C27DC1;
}
</style>