Shades of Orchid #C27ABE
Tints of Orchid #C27ABE
RGB
CMYK
RGB Variations
Color information
#C27ABE (or 0xC27ABE) is known color: Orchid. HEX triplet: C2, 7A and BE. RGB value is (194,122,190). Sum of RGB (Red+Green+Blue) = 194+122+190=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C27ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ABE is #3D8541. Grayscale: #979797. Windows color (decimal): -4031810 or 12483266. OLE color: 12483266.
HSL color Cylindrical-coordinate representation of color #C27ABE: hue angle of 303.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27ABE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 190 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.24 |
| HSL | 303.33º | 0.37% | 0.62% | - |
| HSV(B) | 303.33º | 0.37% | 0.76% | - |
| XYZ | 38.5 | 29.11 | 52.3 | - |
| YUV | 151.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 190 | 0 | 0.37 | 0.02 | 0.24 | 303.33 | 0.37 | 0.62 |
| Hex | C2 | 7A | BE | 0 | 25 | 2 | 18 | 12F | 25 | 3E |
| Octal | 302 | 172 | 276 | 0 | 45 | 2 | 30 | 457 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10111110 | 0 | 100101 | 10 | 11000 | 100101111 | 100101 | 111110 |
Color Harmonies of #C27ABE
Complementary color
Monochromatic Colors of #C27ABE
Black with #C27ABE
Text Example
Text Example
White with #C27ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27ABE; }
p { color: rgb(194,122,190); }
H1.HeaderClassName
{
color: #C27ABE;
}
.AnyTagClassName
{
color: #C27ABE;
}
</style>
background-color css
<style>
a { background-color: #C27ABE; }
a { background-color: rgb(194,122,190); }
div.DivClassName
{
background-color: #C27ABE;
}
.BgClassName
{
background-color: #C27ABE;
}
</style>
border-color css
<style>
span { border-color: #C27ABE; }
span { border-color: rgb(194,122,190); }
td.TdClassName
{
border-color: #C27ABE;
}
.TagClassName
{
border-color: #C27ABE;
}
</style>