#C076E5

Color #C076E5 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C076E5

Tints of Medium Orchid #C076E5

Color information

#C076E5 (or 0xC076E5) is unknown color: approx Medium Orchid. HEX triplet: C0, 76 and E5. RGB value is (192,118,229). Sum of RGB (Red+Green+Blue) = 192+118+229=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 229 (89.84% from 255 or 42.49% from 539); Max value from RGB is 229 - color contains mainly: blue. Hex color #C076E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C076E5 is #3F891A. Grayscale: #989898. Windows color (decimal): -4163867 or 15038144. OLE color: 15038144.

HSL color Cylindrical-coordinate representation of color #C076E5: hue angle of 280º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C076E5 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB192118229-
CMYK0.160.4800.10
HSL280º68.1%68.04%-
HSV(B)280º48.47%89.8%-
XYZ42.3629.8277.65-
YUV152.78171.02155.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 118 (46.48% from 255) = 21.89%
BLUE value IS 229 (89.84% from 255) = 42.49%
R=35.62%
G=21.89%
B=42.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1921182290.160.4800.1028068.168.04
HexC076E510300A1184444
Octal3001663452060012430104104
Binary11000000111011011100101100001100000101010001100010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C076E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C076E5; }

 p { color: rgb(192,118,229); }

 H1.HeaderClassName
 {
   color: #C076E5;
 }
 .AnyTagClassName
 {
   color: #C076E5;
 }
</style>
background-color css

<style>
 a { background-color: #C076E5; }

 a { background-color: rgb(192,118,229); }

 div.DivClassName
 {
   background-color: #C076E5;
 }
 .BgClassName
 {
   background-color: #C076E5;
 }
</style>
border-color css

<style>
 span { border-color: #C076E5; }

 span { border-color: rgb(192,118,229); }

 td.TdClassName
 {
   border-color: #C076E5;
 }
 .TagClassName
 {
   border-color: #C076E5;
 }
</style>