Shades of Orchid #C27CCD
Tints of Orchid #C27CCD
RGB
CMYK
RGB Variations
Color information
#C27CCD (or 0xC27CCD) is known color: Orchid. HEX triplet: C2, 7C and CD. RGB value is (194,124,205). Sum of RGB (Red+Green+Blue) = 194+124+205=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #C27CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CCD is #3D8332. Grayscale: #999999. Windows color (decimal): -4031283 or 13466818. OLE color: 13466818.
HSL color Cylindrical-coordinate representation of color #C27CCD: hue angle of 291.85º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27CCD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 124 | 205 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.20 |
| HSL | 291.85º | 0.45% | 0.65% | - |
| HSV(B) | 291.85º | 0.4% | 0.8% | - |
| XYZ | 40.48 | 30.29 | 61.47 | - |
| YUV | 154.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 205 | 0.05 | 0.40 | 0 | 0.20 | 291.85 | 0.45 | 0.65 |
| Hex | C2 | 7C | CD | 5 | 28 | 0 | 14 | 124 | 2D | 41 |
| Octal | 302 | 174 | 315 | 5 | 50 | 0 | 24 | 444 | 55 | 101 |
| Binary | 11000010 | 1111100 | 11001101 | 101 | 101000 | 0 | 10100 | 100100100 | 101101 | 1000001 |
Color Harmonies of #C27CCD
Complementary color
Monochromatic Colors of #C27CCD
Black with #C27CCD
Text Example
Text Example
White with #C27CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CCD; }
p { color: rgb(194,124,205); }
H1.HeaderClassName
{
color: #C27CCD;
}
.AnyTagClassName
{
color: #C27CCD;
}
</style>
background-color css
<style>
a { background-color: #C27CCD; }
a { background-color: rgb(194,124,205); }
div.DivClassName
{
background-color: #C27CCD;
}
.BgClassName
{
background-color: #C27CCD;
}
</style>
border-color css
<style>
span { border-color: #C27CCD; }
span { border-color: rgb(194,124,205); }
td.TdClassName
{
border-color: #C27CCD;
}
.TagClassName
{
border-color: #C27CCD;
}
</style>