Shades of Medium Orchid #C065E4
Tints of Medium Orchid #C065E4
RGB
CMYK
RGB Variations
Color information
#C065E4 (or 0xC065E4) is known color: Medium Orchid. HEX triplet: C0, 65 and E4. RGB value is (192,101,228). Sum of RGB (Red+Green+Blue) = 192+101+228=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #C065E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065E4 is #3F9A1B. Grayscale: #8E8E8E. Windows color (decimal): -4168220 or 14968256. OLE color: 14968256.
HSL color Cylindrical-coordinate representation of color #C065E4: hue angle of 282.99º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C065E4 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 101 | 228 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.11 |
| HSL | 282.99º | 0.7% | 0.65% | - |
| HSV(B) | 282.99º | 0.56% | 0.89% | - |
| XYZ | 40.4 | 26.12 | 76.31 | - |
| YUV | 142.69 | 176.15 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 228 | 0.16 | 0.56 | 0 | 0.11 | 282.99 | 0.7 | 0.65 |
| Hex | C0 | 65 | E4 | 10 | 38 | 0 | B | 11B | 46 | 41 |
| Octal | 300 | 145 | 344 | 20 | 70 | 0 | 13 | 433 | 106 | 101 |
| Binary | 11000000 | 1100101 | 11100100 | 10000 | 111000 | 0 | 1011 | 100011011 | 1000110 | 1000001 |
Color Harmonies of #C065E4
Complementary color
Monochromatic Colors of #C065E4
Black with #C065E4
Text Example
Text Example
White with #C065E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065E4; }
p { color: rgb(192,101,228); }
H1.HeaderClassName
{
color: #C065E4;
}
.AnyTagClassName
{
color: #C065E4;
}
</style>
background-color css
<style>
a { background-color: #C065E4; }
a { background-color: rgb(192,101,228); }
div.DivClassName
{
background-color: #C065E4;
}
.BgClassName
{
background-color: #C065E4;
}
</style>
border-color css
<style>
span { border-color: #C065E4; }
span { border-color: rgb(192,101,228); }
td.TdClassName
{
border-color: #C065E4;
}
.TagClassName
{
border-color: #C065E4;
}
</style>