#c164f2

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

Shades of Medium Orchid #C164F2

Tints of Medium Orchid #C164F2

Color information

#C164F2 (or 0xC164F2) is unknown color: approx Medium Orchid. HEX triplet: C1, 64 and F2. RGB value is (193,100,242). Sum of RGB (Red+Green+Blue) = 193+100+242=535 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.07% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #C164F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164F2 is #3E9B0D. Grayscale: #8F8F8F. Windows color (decimal): -4102926 or 15885505. OLE color: 15885505.

HSL color Cylindrical-coordinate representation of color #C164F2: hue angle of 279.3º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C164F2 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193100242-
CMYK0.200.5900.05
HSL279.3º84.52%67.06%-
HSV(B)279.3º58.68%94.9%-
XYZ42.5826.8686.95-
YUV144183.31162.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.07%
GREEN value IS 100 (39.45% from 255) = 18.69%
BLUE value IS 242 (94.92% from 255) = 45.23%
R=36.07%
G=18.69%
B=45.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931002420.200.5900.05279.384.5267.06
HexC164F2143B051175543
Octal301144362247305427125103
Binary1100000111001001111001010100111011010110001011110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c164f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c164f2; }

 p { color: rgb(193,100,242); }

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

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

 a { background-color: rgb(193,100,242); }

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

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

 span { border-color: rgb(193,100,242); }

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