Shades of Orchid #C27ADB
Tints of Orchid #C27ADB
RGB
CMYK
RGB Variations
Color information
#C27ADB (or 0xC27ADB) is known color: Orchid. HEX triplet: C2, 7A and DB. RGB value is (194,122,219). Sum of RGB (Red+Green+Blue) = 194+122+219=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #C27ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ADB is #3D8524. Grayscale: #9A9A9A. Windows color (decimal): -4031781 or 14383810. OLE color: 14383810.
HSL color Cylindrical-coordinate representation of color #C27ADB: hue angle of 284.54º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C27ADB is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 122 | 219 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.14 |
| HSL | 284.54º | 0.57% | 0.67% | - |
| HSV(B) | 284.54º | 0.44% | 0.86% | - |
| XYZ | 41.99 | 30.5 | 70.69 | - |
| YUV | 154.59 | 164.35 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 219 | 0.11 | 0.44 | 0 | 0.14 | 284.54 | 0.57 | 0.67 |
| Hex | C2 | 7A | DB | B | 2C | 0 | E | 11D | 39 | 43 |
| Octal | 302 | 172 | 333 | 13 | 54 | 0 | 16 | 435 | 71 | 103 |
| Binary | 11000010 | 1111010 | 11011011 | 1011 | 101100 | 0 | 1110 | 100011101 | 111001 | 1000011 |
Color Harmonies of #C27ADB
Complementary color
Monochromatic Colors of #C27ADB
Black with #C27ADB
Text Example
Text Example
White with #C27ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27ADB; }
p { color: rgb(194,122,219); }
H1.HeaderClassName
{
color: #C27ADB;
}
.AnyTagClassName
{
color: #C27ADB;
}
</style>
background-color css
<style>
a { background-color: #C27ADB; }
a { background-color: rgb(194,122,219); }
div.DivClassName
{
background-color: #C27ADB;
}
.BgClassName
{
background-color: #C27ADB;
}
</style>
border-color css
<style>
span { border-color: #C27ADB; }
span { border-color: rgb(194,122,219); }
td.TdClassName
{
border-color: #C27ADB;
}
.TagClassName
{
border-color: #C27ADB;
}
</style>