#C073D3

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

Shades of Medium Orchid #C073D3

Tints of Medium Orchid #C073D3

Color information

#C073D3 (or 0xC073D3) is unknown color: approx Medium Orchid. HEX triplet: C0, 73 and D3. RGB value is (192,115,211). Sum of RGB (Red+Green+Blue) = 192+115+211=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 211 (82.81% from 255 or 40.73% from 518); Max value from RGB is 211 - color contains mainly: blue. Hex color #C073D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073D3 is #3F8C2C. Grayscale: #949494. Windows color (decimal): -4164653 or 13857728. OLE color: 13857728.

HSL color Cylindrical-coordinate representation of color #C073D3: hue angle of 288.12º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C073D3 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192115211-
CMYK0.090.4500.17
HSL288.12º52.17%63.92%-
HSV(B)288.12º45.5%82.75%-
XYZ39.6328.1764.98-
YUV148.97163.01158.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.07%
GREEN value IS 115 (45.31% from 255) = 22.20%
BLUE value IS 211 (82.81% from 255) = 40.73%
R=37.07%
G=22.20%
B=40.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921152110.090.4500.17288.1252.1763.92
HexC073D392D0111203440
Octal300163323115502144064100
Binary1100000011100111101001110011011010100011001000001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073D3; }

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

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

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

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

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

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

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

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