Shades of Orchid #C27CD6
Tints of Orchid #C27CD6
RGB
CMYK
RGB Variations
Color information
#C27CD6 (or 0xC27CD6) is known color: Orchid. HEX triplet: C2, 7C and D6. RGB value is (194,124,214). Sum of RGB (Red+Green+Blue) = 194+124+214=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #C27CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CD6 is #3D8329. Grayscale: #9A9A9A. Windows color (decimal): -4031274 or 14056642. OLE color: 14056642.
HSL color Cylindrical-coordinate representation of color #C27CD6: hue angle of 286.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27CD6 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 124 | 214 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.16 |
| HSL | 286.67º | 0.52% | 0.66% | - |
| HSV(B) | 286.67º | 0.42% | 0.84% | - |
| XYZ | 41.59 | 30.74 | 67.36 | - |
| YUV | 155.19 | 161.19 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 214 | 0.09 | 0.42 | 0 | 0.16 | 286.67 | 0.52 | 0.66 |
| Hex | C2 | 7C | D6 | 9 | 2A | 0 | 10 | 11F | 34 | 42 |
| Octal | 302 | 174 | 326 | 11 | 52 | 0 | 20 | 437 | 64 | 102 |
| Binary | 11000010 | 1111100 | 11010110 | 1001 | 101010 | 0 | 10000 | 100011111 | 110100 | 1000010 |
Color Harmonies of #C27CD6
Complementary color
Monochromatic Colors of #C27CD6
Black with #C27CD6
Text Example
Text Example
White with #C27CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CD6; }
p { color: rgb(194,124,214); }
H1.HeaderClassName
{
color: #C27CD6;
}
.AnyTagClassName
{
color: #C27CD6;
}
</style>
background-color css
<style>
a { background-color: #C27CD6; }
a { background-color: rgb(194,124,214); }
div.DivClassName
{
background-color: #C27CD6;
}
.BgClassName
{
background-color: #C27CD6;
}
</style>
border-color css
<style>
span { border-color: #C27CD6; }
span { border-color: rgb(194,124,214); }
td.TdClassName
{
border-color: #C27CD6;
}
.TagClassName
{
border-color: #C27CD6;
}
</style>