Shades of Orchid #C27AD3
Tints of Orchid #C27AD3
RGB
CMYK
RGB Variations
Color information
#C27AD3 (or 0xC27AD3) is known color: Orchid. HEX triplet: C2, 7A and D3. RGB value is (194,122,211). Sum of RGB (Red+Green+Blue) = 194+122+211=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 211 - color contains mainly: blue. Hex color #C27AD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AD3 is #3D852C. Grayscale: #999999. Windows color (decimal): -4031789 or 13859522. OLE color: 13859522.
HSL color Cylindrical-coordinate representation of color #C27AD3: hue angle of 288.54º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C27AD3 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 122 | 211 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.17 |
| HSL | 288.54º | 0.5% | 0.65% | - |
| HSV(B) | 288.54º | 0.42% | 0.83% | - |
| XYZ | 40.97 | 30.09 | 65.28 | - |
| YUV | 153.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 211 | 0.08 | 0.42 | 0 | 0.17 | 288.54 | 0.5 | 0.65 |
| Hex | C2 | 7A | D3 | 8 | 2A | 0 | 11 | 121 | 32 | 41 |
| Octal | 302 | 172 | 323 | 10 | 52 | 0 | 21 | 441 | 62 | 101 |
| Binary | 11000010 | 1111010 | 11010011 | 1000 | 101010 | 0 | 10001 | 100100001 | 110010 | 1000001 |
Color Harmonies of #C27AD3
Complementary color
Monochromatic Colors of #C27AD3
Black with #C27AD3
Text Example
Text Example
White with #C27AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AD3; }
p { color: rgb(194,122,211); }
H1.HeaderClassName
{
color: #C27AD3;
}
.AnyTagClassName
{
color: #C27AD3;
}
</style>
background-color css
<style>
a { background-color: #C27AD3; }
a { background-color: rgb(194,122,211); }
div.DivClassName
{
background-color: #C27AD3;
}
.BgClassName
{
background-color: #C27AD3;
}
</style>
border-color css
<style>
span { border-color: #C27AD3; }
span { border-color: rgb(194,122,211); }
td.TdClassName
{
border-color: #C27AD3;
}
.TagClassName
{
border-color: #C27AD3;
}
</style>