#C164CF

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

Shades of Medium Orchid #C164CF

Tints of Medium Orchid #C164CF

Color information

#C164CF (or 0xC164CF) is unknown color: approx Medium Orchid. HEX triplet: C1, 64 and CF. RGB value is (193,100,207). Sum of RGB (Red+Green+Blue) = 193+100+207=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #C164CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164CF is #3E9B30. Grayscale: #8B8B8B. Windows color (decimal): -4102961 or 13591745. OLE color: 13591745.

HSL color Cylindrical-coordinate representation of color #C164CF: hue angle of 292.15º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C164CF is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193100207-
CMYK0.070.5200.19
HSL292.15º52.71%60.2%-
HSV(B)292.15º51.69%81.18%-
XYZ37.8124.9661.86-
YUV140165.81165.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 100 (39.45% from 255) = 20%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=38.6%
G=20%
B=41.4%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931002070.070.5200.19292.1552.7160.2
HexC164CF734013124353c
Octal3011443177640234446574
Binary11000001110010011001111111110100010011100100100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C164CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C164CF; }

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

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

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

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

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

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

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

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