Shades of Orchid #C27AD5
Tints of Orchid #C27AD5
RGB
CMYK
RGB Variations
Color information
#C27AD5 (or 0xC27AD5) is known color: Orchid. HEX triplet: C2, 7A and D5. RGB value is (194,122,213). Sum of RGB (Red+Green+Blue) = 194+122+213=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #C27AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AD5 is #3D852A. Grayscale: #999999. Windows color (decimal): -4031787 or 13990594. OLE color: 13990594.
HSL color Cylindrical-coordinate representation of color #C27AD5: hue angle of 287.47º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C27AD5 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 122 | 213 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.16 |
| HSL | 287.47º | 0.52% | 0.66% | - |
| HSV(B) | 287.47º | 0.43% | 0.84% | - |
| XYZ | 41.22 | 30.19 | 66.61 | - |
| YUV | 153.9 | 161.35 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 213 | 0.09 | 0.43 | 0 | 0.16 | 287.47 | 0.52 | 0.66 |
| Hex | C2 | 7A | D5 | 9 | 2B | 0 | 10 | 11F | 34 | 42 |
| Octal | 302 | 172 | 325 | 11 | 53 | 0 | 20 | 437 | 64 | 102 |
| Binary | 11000010 | 1111010 | 11010101 | 1001 | 101011 | 0 | 10000 | 100011111 | 110100 | 1000010 |
Color Harmonies of #C27AD5
Complementary color
Monochromatic Colors of #C27AD5
Black with #C27AD5
Text Example
Text Example
White with #C27AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AD5; }
p { color: rgb(194,122,213); }
H1.HeaderClassName
{
color: #C27AD5;
}
.AnyTagClassName
{
color: #C27AD5;
}
</style>
background-color css
<style>
a { background-color: #C27AD5; }
a { background-color: rgb(194,122,213); }
div.DivClassName
{
background-color: #C27AD5;
}
.BgClassName
{
background-color: #C27AD5;
}
</style>
border-color css
<style>
span { border-color: #C27AD5; }
span { border-color: rgb(194,122,213); }
td.TdClassName
{
border-color: #C27AD5;
}
.TagClassName
{
border-color: #C27AD5;
}
</style>