Shades of Orchid #C27CD0
Tints of Orchid #C27CD0
RGB
CMYK
RGB Variations
Color information
#C27CD0 (or 0xC27CD0) is known color: Orchid. HEX triplet: C2, 7C and D0. RGB value is (194,124,208). Sum of RGB (Red+Green+Blue) = 194+124+208=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #C27CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CD0 is #3D832F. Grayscale: #9A9A9A. Windows color (decimal): -4031280 or 13663426. OLE color: 13663426.
HSL color Cylindrical-coordinate representation of color #C27CD0: hue angle of 290º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C27CD0 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 124 | 208 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.18 |
| HSL | 290º | 0.47% | 0.65% | - |
| HSV(B) | 290º | 0.4% | 0.82% | - |
| XYZ | 40.84 | 30.44 | 63.4 | - |
| YUV | 154.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 208 | 0.07 | 0.40 | 0 | 0.18 | 290 | 0.47 | 0.65 |
| Hex | C2 | 7C | D0 | 7 | 28 | 0 | 12 | 122 | 2F | 41 |
| Octal | 302 | 174 | 320 | 7 | 50 | 0 | 22 | 442 | 57 | 101 |
| Binary | 11000010 | 1111100 | 11010000 | 111 | 101000 | 0 | 10010 | 100100010 | 101111 | 1000001 |
Color Harmonies of #C27CD0
Complementary color
Monochromatic Colors of #C27CD0
Black with #C27CD0
Text Example
Text Example
White with #C27CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CD0; }
p { color: rgb(194,124,208); }
H1.HeaderClassName
{
color: #C27CD0;
}
.AnyTagClassName
{
color: #C27CD0;
}
</style>
background-color css
<style>
a { background-color: #C27CD0; }
a { background-color: rgb(194,124,208); }
div.DivClassName
{
background-color: #C27CD0;
}
.BgClassName
{
background-color: #C27CD0;
}
</style>
border-color css
<style>
span { border-color: #C27CD0; }
span { border-color: rgb(194,124,208); }
td.TdClassName
{
border-color: #C27CD0;
}
.TagClassName
{
border-color: #C27CD0;
}
</style>