Html Css Color HEX #C164D7 Medium Orchid

📋 copy color: '#C164D7'

red 193 ◦ green 100 ◦ blue 215

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

Shades of Medium Orchid #C164D7

Tints of Medium Orchid #C164D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.32%

R = 37.99%
G = 19.69%
B = 42.32%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C164D7 (or 0xC164D7) is known color: Medium Orchid. HEX triplet: C1, 64 and D7. RGB value is (193,100,215). Sum of RGB (Red+Green+Blue) = 193+100+215=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 100 (39.45% from 255 or 19.69% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #C164D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164D7 is #3E9B28. Grayscale: #8C8C8C. Windows color (decimal): -4102953 or 14116033. OLE color: 14116033.

HSL color Cylindrical-coordinate representation of color #C164D7: hue angle of 288.52º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C164D7 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 100 215 -
CMYK 0.10 0.53 0 0.16
HSL 288.52º 0.59% 0.62% -
HSV(B) 288.52º 0.53% 0.84% -
XYZ 38.82 25.36 67.14 -
YUV 140.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 193 100 215 0.10 0.53 0 0.16 288.52 0.59 0.62
Hex C1 64 D7 A 35 0 10 121 3B 3E
Octal 301 144 327 12 65 0 20 441 73 76
Binary 11000001 1100100 11010111 1010 110101 0 10000 100100001 111011 111110

Color Harmonies of #C164D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164D7

Black with #C164D7

Text Example


Text Example

White with #C164D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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