Shades of Orchid #C27AD0
Tints of Orchid #C27AD0
RGB
CMYK
RGB Variations
Color information
#C27AD0 (or 0xC27AD0) is known color: Orchid. HEX triplet: C2, 7A and D0. RGB value is (194,122,208). Sum of RGB (Red+Green+Blue) = 194+122+208=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 208 - color contains mainly: blue. Hex color #C27AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AD0 is #3D852F. Grayscale: #999999. Windows color (decimal): -4031792 or 13662914. OLE color: 13662914.
HSL color Cylindrical-coordinate representation of color #C27AD0: hue angle of 290.23º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C27AD0 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 122 | 208 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.18 |
| HSL | 290.23º | 0.48% | 0.65% | - |
| HSV(B) | 290.23º | 0.41% | 0.82% | - |
| XYZ | 40.59 | 29.94 | 63.31 | - |
| YUV | 153.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 208 | 0.07 | 0.41 | 0 | 0.18 | 290.23 | 0.48 | 0.65 |
| Hex | C2 | 7A | D0 | 7 | 29 | 0 | 12 | 122 | 30 | 41 |
| Octal | 302 | 172 | 320 | 7 | 51 | 0 | 22 | 442 | 60 | 101 |
| Binary | 11000010 | 1111010 | 11010000 | 111 | 101001 | 0 | 10010 | 100100010 | 110000 | 1000001 |
Color Harmonies of #C27AD0
Complementary color
Monochromatic Colors of #C27AD0
Black with #C27AD0
Text Example
Text Example
White with #C27AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AD0; }
p { color: rgb(194,122,208); }
H1.HeaderClassName
{
color: #C27AD0;
}
.AnyTagClassName
{
color: #C27AD0;
}
</style>
background-color css
<style>
a { background-color: #C27AD0; }
a { background-color: rgb(194,122,208); }
div.DivClassName
{
background-color: #C27AD0;
}
.BgClassName
{
background-color: #C27AD0;
}
</style>
border-color css
<style>
span { border-color: #C27AD0; }
span { border-color: rgb(194,122,208); }
td.TdClassName
{
border-color: #C27AD0;
}
.TagClassName
{
border-color: #C27AD0;
}
</style>