Html Css Color HEX #C164DA Medium Orchid

📋 copy color: '#C164DA'

red 193 ◦ green 100 ◦ blue 218

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

Shades of Medium Orchid #C164DA

Tints of Medium Orchid #C164DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 37.77%
G = 19.57%
B = 42.66%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C164DA (or 0xC164DA) is known color: Medium Orchid. HEX triplet: C1, 64 and DA. RGB value is (193,100,218). Sum of RGB (Red+Green+Blue) = 193+100+218=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #C164DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164DA is #3E9B25. Grayscale: #8C8C8C. Windows color (decimal): -4102950 or 14312641. OLE color: 14312641.

HSL color Cylindrical-coordinate representation of color #C164DA: hue angle of 287.29º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C164DA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 100 218 -
CMYK 0.11 0.54 0 0.15
HSL 287.29º 0.61% 0.62% -
HSV(B) 287.29º 0.54% 0.85% -
XYZ 39.2 25.51 69.19 -
YUV 141.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 193 100 218 0.11 0.54 0 0.15 287.29 0.61 0.62
Hex C1 64 DA B 36 0 F 11F 3D 3E
Octal 301 144 332 13 66 0 17 437 75 76
Binary 11000001 1100100 11011010 1011 110110 0 1111 100011111 111101 111110

Color Harmonies of #C164DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164DA

Black with #C164DA

Text Example


Text Example

White with #C164DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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