#C073E5

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

Shades of Medium Orchid #C073E5

Tints of Medium Orchid #C073E5

Color information

#C073E5 (or 0xC073E5) is unknown color: approx Medium Orchid. HEX triplet: C0, 73 and E5. RGB value is (192,115,229). Sum of RGB (Red+Green+Blue) = 192+115+229=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #C073E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073E5 is #3F8C1A. Grayscale: #969696. Windows color (decimal): -4164635 or 15037376. OLE color: 15037376.

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

Color convert

RGB192115229-
CMYK0.160.5000.10
HSL280.53º68.67%67.45%-
HSV(B)280.53º49.78%89.8%-
XYZ42.0129.1377.54-
YUV151.02172.01157.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.82%
GREEN value IS 115 (45.31% from 255) = 21.46%
BLUE value IS 229 (89.84% from 255) = 42.72%
R=35.82%
G=21.46%
B=42.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1921152290.160.5000.10280.5368.6767.45
HexC073E510320A1194543
Octal3001633452062012431105103
Binary11000000111001111100101100001100100101010001100110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073E5; }

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

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

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

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

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

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

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

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