Html Css Color HEX #C164DC Medium Orchid

📋 copy color: '#C164DC'

red 193 ◦ green 100 ◦ blue 220

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

Shades of Medium Orchid #C164DC

Tints of Medium Orchid #C164DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 37.62%
G = 19.49%
B = 42.88%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C164DC (or 0xC164DC) is known color: Medium Orchid. HEX triplet: C1, 64 and DC. RGB value is (193,100,220). Sum of RGB (Red+Green+Blue) = 193+100+220=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #C164DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164DC is #3E9B23. Grayscale: #8D8D8D. Windows color (decimal): -4102948 or 14443713. OLE color: 14443713.

HSL color Cylindrical-coordinate representation of color #C164DC: hue angle of 286.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C164DC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 100 220 -
CMYK 0.12 0.55 0 0.14
HSL 286.5º 0.63% 0.63% -
HSV(B) 286.5º 0.55% 0.86% -
XYZ 39.47 25.62 70.57 -
YUV 141.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 193 100 220 0.12 0.55 0 0.14 286.5 0.63 0.63
Hex C1 64 DC C 37 0 E 11E 3F 3F
Octal 301 144 334 14 67 0 16 436 77 77
Binary 11000001 1100100 11011100 1100 110111 0 1110 100011110 111111 111111

Color Harmonies of #C164DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164DC

Black with #C164DC

Text Example


Text Example

White with #C164DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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