Html Css Color HEX #C164DE Medium Orchid

📋 copy color: '#C164DE'

red 193 ◦ green 100 ◦ blue 222

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

Shades of Medium Orchid #C164DE

Tints of Medium Orchid #C164DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 37.48%
G = 19.42%
B = 43.11%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C164DE (or 0xC164DE) is known color: Medium Orchid. HEX triplet: C1, 64 and DE. RGB value is (193,100,222). Sum of RGB (Red+Green+Blue) = 193+100+222=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #C164DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164DE is #3E9B21. Grayscale: #8D8D8D. Windows color (decimal): -4102946 or 14574785. OLE color: 14574785.

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

Color convert

RGB 193 100 222 -
CMYK 0.13 0.55 0 0.13
HSL 285.74º 0.65% 0.63% -
HSV(B) 285.74º 0.55% 0.87% -
XYZ 39.73 25.73 71.98 -
YUV 141.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 193 100 222 0.13 0.55 0 0.13 285.74 0.65 0.63
Hex C1 64 DE D 37 0 D 11E 41 3F
Octal 301 144 336 15 67 0 15 436 101 77
Binary 11000001 1100100 11011110 1101 110111 0 1101 100011110 1000001 111111

Color Harmonies of #C164DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164DE

Black with #C164DE

Text Example


Text Example

White with #C164DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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