#C073E0

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

Shades of Medium Orchid #C073E0

Tints of Medium Orchid #C073E0

Color information

#C073E0 (or 0xC073E0) is unknown color: approx Medium Orchid. HEX triplet: C0, 73 and E0. RGB value is (192,115,224). Sum of RGB (Red+Green+Blue) = 192+115+224=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #C073E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073E0 is #3F8C1F. Grayscale: #969696. Windows color (decimal): -4164640 or 14709696. OLE color: 14709696.

HSL color Cylindrical-coordinate representation of color #C073E0: hue angle of 282.39º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C073E0 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB192115224-
CMYK0.140.4900.12
HSL282.39º63.74%66.47%-
HSV(B)282.39º48.66%87.84%-
XYZ41.3228.8573.91-
YUV150.45169.51157.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 115 (45.31% from 255) = 21.66%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=36.16%
G=21.66%
B=42.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1921152240.140.4900.12282.3963.7466.47
HexC073E0E310C11a4042
Octal3001633401661014432100102
Binary1100000011100111110000011101100010110010001101010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073E0; }

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

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

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

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

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

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

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

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