Html Css Color HEX #C164D6 Medium Orchid

📋 copy color: '#C164D6'

red 193 ◦ green 100 ◦ blue 214

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

Shades of Medium Orchid #C164D6

Tints of Medium Orchid #C164D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 38.07%
G = 19.72%
B = 42.21%

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

#C164D6 (or 0xC164D6) is known color: Medium Orchid. HEX triplet: C1, 64 and D6. RGB value is (193,100,214). Sum of RGB (Red+Green+Blue) = 193+100+214=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #C164D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164D6 is #3E9B29. Grayscale: #8C8C8C. Windows color (decimal): -4102954 or 14050497. OLE color: 14050497.

HSL color Cylindrical-coordinate representation of color #C164D6: hue angle of 288.95º degrees, saturation: 0.58, 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 #C164D6 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 100 214 -
CMYK 0.10 0.53 0 0.16
HSL 288.95º 0.58% 0.62% -
HSV(B) 288.95º 0.53% 0.84% -
XYZ 38.69 25.31 66.46 -
YUV 140.8 169.31 165.23 -
System Red Green Blue C M Y K H S L
Decimal 193 100 214 0.10 0.53 0 0.16 288.95 0.58 0.62
Hex C1 64 D6 A 35 0 10 121 3A 3E
Octal 301 144 326 12 65 0 20 441 72 76
Binary 11000001 1100100 11010110 1010 110101 0 10000 100100001 111010 111110

Color Harmonies of #C164D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164D6

Black with #C164D6

Text Example


Text Example

White with #C164D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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