Html Css Color HEX #C164E5 Medium Orchid

📋 copy color: '#C164E5'

red 193 ◦ green 100 ◦ blue 229

#C164E5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C164E5

Tints of Medium Orchid #C164E5

RGB

 RED value IS 193 (75.78% from 255) = 36.97%

 GREEN value IS 100 (39.45% from 255) = 19.16%

 BLUE value IS 229 (89.84% from 255) = 43.87%

R = 36.97%
G = 19.16%
B = 43.87%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C164E5 (or 0xC164E5) is known color: Medium Orchid. HEX triplet: C1, 64 and E5. RGB value is (193,100,229). Sum of RGB (Red+Green+Blue) = 193+100+229=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #C164E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164E5 is #3E9B1A. Grayscale: #8E8E8E. Windows color (decimal): -4102939 or 15033537. OLE color: 15033537.

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

Color convert

RGB 193 100 229 -
CMYK 0.16 0.56 0 0.10
HSL 283.26º 0.71% 0.65% -
HSV(B) 283.26º 0.56% 0.9% -
XYZ 40.69 26.11 77.02 -
YUV 142.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 193 100 229 0.16 0.56 0 0.10 283.26 0.71 0.65
Hex C1 64 E5 10 38 0 A 11B 47 41
Octal 301 144 345 20 70 0 12 433 107 101
Binary 11000001 1100100 11100101 10000 111000 0 1010 100011011 1000111 1000001

Color Harmonies of #C164E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164E5

Black with #C164E5

Text Example


Text Example

White with #C164E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164E5; }

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

 H1.HeaderClassName
 {
   color: #C164E5;
 }
 .AnyTagClassName
 {
   color: #C164E5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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