#C175E6

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

Shades of Medium Orchid #C175E6

Tints of Medium Orchid #C175E6

Color information

#C175E6 (or 0xC175E6) is unknown color: approx Medium Orchid. HEX triplet: C1, 75 and E6. RGB value is (193,117,230). Sum of RGB (Red+Green+Blue) = 193+117+230=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #C175E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C175E6 is #3E8A19. Grayscale: #989898. Windows color (decimal): -4098586 or 15103425. OLE color: 15103425.

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

Color convert

RGB193117230-
CMYK0.160.4900.10
HSL280.35º69.33%68.04%-
HSV(B)280.35º49.13%90.2%-
XYZ42.6429.7778.36-
YUV152.61171.68156.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.74%
GREEN value IS 117 (46.09% from 255) = 21.67%
BLUE value IS 230 (90.23% from 255) = 42.59%
R=35.74%
G=21.67%
B=42.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1931172300.160.4900.10280.3569.3368.04
HexC175E610310A1184544
Octal3011653462061012430105104
Binary11000001111010111100110100001100010101010001100010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C175E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C175E6; }

 p { color: rgb(193,117,230); }

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

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

 a { background-color: rgb(193,117,230); }

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

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

 span { border-color: rgb(193,117,230); }

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