Shades of Medium Orchid #C065E8
Tints of Medium Orchid #C065E8
RGB
CMYK
RGB Variations
Color information
#C065E8 (or 0xC065E8) is known color: Medium Orchid. HEX triplet: C0, 65 and E8. RGB value is (192,101,232). Sum of RGB (Red+Green+Blue) = 192+101+232=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 232 (91.02% from 255 or 44.19% from 525); Max value from RGB is 232 - color contains mainly: blue. Hex color #C065E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065E8 is #3F9A17. Grayscale: #8E8E8E. Windows color (decimal): -4168216 or 15230400. OLE color: 15230400.
HSL color Cylindrical-coordinate representation of color #C065E8: hue angle of 281.68º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C065E8 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 101 | 232 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.09 |
| HSL | 281.68º | 0.74% | 0.65% | - |
| HSV(B) | 281.68º | 0.56% | 0.91% | - |
| XYZ | 40.96 | 26.34 | 79.27 | - |
| YUV | 143.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 232 | 0.17 | 0.56 | 0 | 0.09 | 281.68 | 0.74 | 0.65 |
| Hex | C0 | 65 | E8 | 11 | 38 | 0 | 9 | 11A | 4A | 41 |
| Octal | 300 | 145 | 350 | 21 | 70 | 0 | 11 | 432 | 112 | 101 |
| Binary | 11000000 | 1100101 | 11101000 | 10001 | 111000 | 0 | 1001 | 100011010 | 1001010 | 1000001 |
Color Harmonies of #C065E8
Complementary color
Monochromatic Colors of #C065E8
Black with #C065E8
Text Example
Text Example
White with #C065E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C065E8; }
p { color: rgb(192,101,232); }
H1.HeaderClassName
{
color: #C065E8;
}
.AnyTagClassName
{
color: #C065E8;
}
</style>
background-color css
<style>
a { background-color: #C065E8; }
a { background-color: rgb(192,101,232); }
div.DivClassName
{
background-color: #C065E8;
}
.BgClassName
{
background-color: #C065E8;
}
</style>
border-color css
<style>
span { border-color: #C065E8; }
span { border-color: rgb(192,101,232); }
td.TdClassName
{
border-color: #C065E8;
}
.TagClassName
{
border-color: #C065E8;
}
</style>