#c173de

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

Shades of Medium Orchid #C173DE

Tints of Medium Orchid #C173DE

Color information

#C173DE (or 0xC173DE) is unknown color: approx Medium Orchid. HEX triplet: C1, 73 and DE. RGB value is (193,115,222). Sum of RGB (Red+Green+Blue) = 193+115+222=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #C173DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173DE is #3E8C21. Grayscale: #969696. Windows color (decimal): -4099106 or 14578625. OLE color: 14578625.

HSL color Cylindrical-coordinate representation of color #C173DE: hue angle of 283.74º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C173DE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193115222-
CMYK0.130.4800.13
HSL283.74º61.85%66.08%-
HSV(B)283.74º48.2%87.06%-
XYZ41.3128.8772.5-
YUV150.52168.34158.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.42%
GREEN value IS 115 (45.31% from 255) = 21.70%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=36.42%
G=21.70%
B=41.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931152220.130.4800.13283.7461.8566.08
HexC173DED300D11c3e42
Octal301163336156001543476102
Binary110000011110011110111101101110000011011000111001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c173de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c173de; }

 p { color: rgb(193,115,222); }

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

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

 a { background-color: rgb(193,115,222); }

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

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

 span { border-color: rgb(193,115,222); }

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