Shades of Orchid #C27BDB
Tints of Orchid #C27BDB
RGB
CMYK
RGB Variations
Color information
#C27BDB (or 0xC27BDB) is known color: Orchid. HEX triplet: C2, 7B and DB. RGB value is (194,123,219). Sum of RGB (Red+Green+Blue) = 194+123+219=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #C27BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BDB is #3D8424. Grayscale: #9A9A9A. Windows color (decimal): -4031525 or 14384066. OLE color: 14384066.
HSL color Cylindrical-coordinate representation of color #C27BDB: hue angle of 284.38º 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 #C27BDB is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 123 | 219 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.14 |
| HSL | 284.38º | 0.57% | 0.67% | - |
| HSV(B) | 284.38º | 0.44% | 0.86% | - |
| XYZ | 42.12 | 30.75 | 70.73 | - |
| YUV | 155.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 219 | 0.11 | 0.44 | 0 | 0.14 | 284.38 | 0.57 | 0.67 |
| Hex | C2 | 7B | DB | B | 2C | 0 | E | 11C | 39 | 43 |
| Octal | 302 | 173 | 333 | 13 | 54 | 0 | 16 | 434 | 71 | 103 |
| Binary | 11000010 | 1111011 | 11011011 | 1011 | 101100 | 0 | 1110 | 100011100 | 111001 | 1000011 |
Color Harmonies of #C27BDB
Complementary color
Monochromatic Colors of #C27BDB
Black with #C27BDB
Text Example
Text Example
White with #C27BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BDB; }
p { color: rgb(194,123,219); }
H1.HeaderClassName
{
color: #C27BDB;
}
.AnyTagClassName
{
color: #C27BDB;
}
</style>
background-color css
<style>
a { background-color: #C27BDB; }
a { background-color: rgb(194,123,219); }
div.DivClassName
{
background-color: #C27BDB;
}
.BgClassName
{
background-color: #C27BDB;
}
</style>
border-color css
<style>
span { border-color: #C27BDB; }
span { border-color: rgb(194,123,219); }
td.TdClassName
{
border-color: #C27BDB;
}
.TagClassName
{
border-color: #C27BDB;
}
</style>