Shades of Orchid #C27CD8
Tints of Orchid #C27CD8
RGB
CMYK
RGB Variations
Color information
#C27CD8 (or 0xC27CD8) is known color: Orchid. HEX triplet: C2, 7C and D8. RGB value is (194,124,216). Sum of RGB (Red+Green+Blue) = 194+124+216=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #C27CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CD8 is #3D8327. Grayscale: #9B9B9B. Windows color (decimal): -4031272 or 14187714. OLE color: 14187714.
HSL color Cylindrical-coordinate representation of color #C27CD8: hue angle of 285.65º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C27CD8 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 124 | 216 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.15 |
| HSL | 285.65º | 0.54% | 0.67% | - |
| HSV(B) | 285.65º | 0.43% | 0.85% | - |
| XYZ | 41.85 | 30.84 | 68.71 | - |
| YUV | 155.42 | 162.19 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 216 | 0.10 | 0.43 | 0 | 0.15 | 285.65 | 0.54 | 0.67 |
| Hex | C2 | 7C | D8 | A | 2B | 0 | F | 11E | 36 | 43 |
| Octal | 302 | 174 | 330 | 12 | 53 | 0 | 17 | 436 | 66 | 103 |
| Binary | 11000010 | 1111100 | 11011000 | 1010 | 101011 | 0 | 1111 | 100011110 | 110110 | 1000011 |
Color Harmonies of #C27CD8
Complementary color
Monochromatic Colors of #C27CD8
Black with #C27CD8
Text Example
Text Example
White with #C27CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CD8; }
p { color: rgb(194,124,216); }
H1.HeaderClassName
{
color: #C27CD8;
}
.AnyTagClassName
{
color: #C27CD8;
}
</style>
background-color css
<style>
a { background-color: #C27CD8; }
a { background-color: rgb(194,124,216); }
div.DivClassName
{
background-color: #C27CD8;
}
.BgClassName
{
background-color: #C27CD8;
}
</style>
border-color css
<style>
span { border-color: #C27CD8; }
span { border-color: rgb(194,124,216); }
td.TdClassName
{
border-color: #C27CD8;
}
.TagClassName
{
border-color: #C27CD8;
}
</style>