Shades of Orchid #C27ADC
Tints of Orchid #C27ADC
RGB
CMYK
RGB Variations
Color information
#C27ADC (or 0xC27ADC) is known color: Orchid. HEX triplet: C2, 7A and DC. RGB value is (194,122,220). Sum of RGB (Red+Green+Blue) = 194+122+220=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #C27ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ADC is #3D8523. Grayscale: #9A9A9A. Windows color (decimal): -4031780 or 14449346. OLE color: 14449346.
HSL color Cylindrical-coordinate representation of color #C27ADC: hue angle of 284.08º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C27ADC is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 122 | 220 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.14 |
| HSL | 284.08º | 0.58% | 0.67% | - |
| HSV(B) | 284.08º | 0.45% | 0.86% | - |
| XYZ | 42.13 | 30.56 | 71.39 | - |
| YUV | 154.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 220 | 0.12 | 0.45 | 0 | 0.14 | 284.08 | 0.58 | 0.67 |
| Hex | C2 | 7A | DC | C | 2D | 0 | E | 11C | 3A | 43 |
| Octal | 302 | 172 | 334 | 14 | 55 | 0 | 16 | 434 | 72 | 103 |
| Binary | 11000010 | 1111010 | 11011100 | 1100 | 101101 | 0 | 1110 | 100011100 | 111010 | 1000011 |
Color Harmonies of #C27ADC
Complementary color
Monochromatic Colors of #C27ADC
Black with #C27ADC
Text Example
Text Example
White with #C27ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27ADC; }
p { color: rgb(194,122,220); }
H1.HeaderClassName
{
color: #C27ADC;
}
.AnyTagClassName
{
color: #C27ADC;
}
</style>
background-color css
<style>
a { background-color: #C27ADC; }
a { background-color: rgb(194,122,220); }
div.DivClassName
{
background-color: #C27ADC;
}
.BgClassName
{
background-color: #C27ADC;
}
</style>
border-color css
<style>
span { border-color: #C27ADC; }
span { border-color: rgb(194,122,220); }
td.TdClassName
{
border-color: #C27ADC;
}
.TagClassName
{
border-color: #C27ADC;
}
</style>