Html Css Color HEX #C164EB Medium Orchid

📋 copy color: '#C164EB'

red 193 ◦ green 100 ◦ blue 235

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

Shades of Medium Orchid #C164EB

Tints of Medium Orchid #C164EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.51%

R = 36.55%
G = 18.94%
B = 44.51%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C164EB (or 0xC164EB) is known color: Medium Orchid. HEX triplet: C1, 64 and EB. RGB value is (193,100,235). Sum of RGB (Red+Green+Blue) = 193+100+235=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 235 (92.19% from 255 or 44.51% from 528); Max value from RGB is 235 - color contains mainly: blue. Hex color #C164EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C164EB is #3E9B14. Grayscale: #8E8E8E. Windows color (decimal): -4102933 or 15426753. OLE color: 15426753.

HSL color Cylindrical-coordinate representation of color #C164EB: hue angle of 281.33º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C164EB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 100 235 -
CMYK 0.18 0.57 0 0.08
HSL 281.33º 0.77% 0.66% -
HSV(B) 281.33º 0.57% 0.92% -
XYZ 41.54 26.45 81.51 -
YUV 143.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 193 100 235 0.18 0.57 0 0.08 281.33 0.77 0.66
Hex C1 64 EB 12 39 0 8 119 4D 42
Octal 301 144 353 22 71 0 10 431 115 102
Binary 11000001 1100100 11101011 10010 111001 0 1000 100011001 1001101 1000010

Color Harmonies of #C164EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164EB

Black with #C164EB

Text Example


Text Example

White with #C164EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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