#C073CE

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

Shades of Medium Orchid #C073CE

Tints of Medium Orchid #C073CE

Color information

#C073CE (or 0xC073CE) is unknown color: approx Medium Orchid. HEX triplet: C0, 73 and CE. RGB value is (192,115,206). Sum of RGB (Red+Green+Blue) = 192+115+206=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #C073CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073CE is #3F8C31. Grayscale: #949494. Windows color (decimal): -4164658 or 13530048. OLE color: 13530048.

HSL color Cylindrical-coordinate representation of color #C073CE: hue angle of 290.77º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C073CE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192115206-
CMYK0.070.4400.19
HSL290.77º48.15%62.94%-
HSV(B)290.77º44.17%80.78%-
XYZ39.0127.9261.73-
YUV148.4160.51159.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.43%
GREEN value IS 115 (45.31% from 255) = 22.42%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=37.43%
G=22.42%
B=40.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921152060.070.4400.19290.7748.1562.94
HexC073CE72C013123303f
Octal3001633167540234436077
Binary11000000111001111001110111101100010011100100011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073CE; }

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

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

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

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

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

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

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

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