#C174E1

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

Shades of Medium Orchid #C174E1

Tints of Medium Orchid #C174E1

Color information

#C174E1 (or 0xC174E1) is unknown color: approx Medium Orchid. HEX triplet: C1, 74 and E1. RGB value is (193,116,225). Sum of RGB (Red+Green+Blue) = 193+116+225=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #C174E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174E1 is #3E8B1E. Grayscale: #979797. Windows color (decimal): -4098847 or 14775489. OLE color: 14775489.

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

Color convert

RGB193116225-
CMYK0.140.4800.12
HSL282.39º64.5%66.86%-
HSV(B)282.39º48.44%88.24%-
XYZ41.8329.2674.68-
YUV151.45169.51157.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 116 (45.70% from 255) = 21.72%
BLUE value IS 225 (88.28% from 255) = 42.13%
R=36.14%
G=21.72%
B=42.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931162250.140.4800.12282.3964.566.86
HexC174E1E300C11a4043
Octal3011643411660014432100103
Binary1100000111101001110000111101100000110010001101010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C174E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C174E1; }

 p { color: rgb(193,116,225); }

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

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

 a { background-color: rgb(193,116,225); }

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

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

 span { border-color: rgb(193,116,225); }

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