Shades of Medium Orchid #C06AEA
Tints of Medium Orchid #C06AEA
RGB
CMYK
RGB Variations
Color information
#C06AEA (or 0xC06AEA) is known color: Medium Orchid. HEX triplet: C0, 6A and EA. RGB value is (192,106,234). Sum of RGB (Red+Green+Blue) = 192+106+234=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #C06AEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AEA is #3F9515. Grayscale: #919191. Windows color (decimal): -4166934 or 15362752. OLE color: 15362752.
HSL color Cylindrical-coordinate representation of color #C06AEA: hue angle of 280.31º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06AEA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 106 | 234 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.08 |
| HSL | 280.31º | 0.75% | 0.67% | - |
| HSV(B) | 280.31º | 0.55% | 0.92% | - |
| XYZ | 41.74 | 27.46 | 80.94 | - |
| YUV | 146.31 | 177.49 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 106 | 234 | 0.18 | 0.55 | 0 | 0.08 | 280.31 | 0.75 | 0.67 |
| Hex | C0 | 6A | EA | 12 | 37 | 0 | 8 | 118 | 4B | 43 |
| Octal | 300 | 152 | 352 | 22 | 67 | 0 | 10 | 430 | 113 | 103 |
| Binary | 11000000 | 1101010 | 11101010 | 10010 | 110111 | 0 | 1000 | 100011000 | 1001011 | 1000011 |
Color Harmonies of #C06AEA
Complementary color
Monochromatic Colors of #C06AEA
Black with #C06AEA
Text Example
Text Example
White with #C06AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06AEA; }
p { color: rgb(192,106,234); }
H1.HeaderClassName
{
color: #C06AEA;
}
.AnyTagClassName
{
color: #C06AEA;
}
</style>
background-color css
<style>
a { background-color: #C06AEA; }
a { background-color: rgb(192,106,234); }
div.DivClassName
{
background-color: #C06AEA;
}
.BgClassName
{
background-color: #C06AEA;
}
</style>
border-color css
<style>
span { border-color: #C06AEA; }
span { border-color: rgb(192,106,234); }
td.TdClassName
{
border-color: #C06AEA;
}
.TagClassName
{
border-color: #C06AEA;
}
</style>