Html Css Color HEX #C164DF Medium Orchid

📋 copy color: '#C164DF'

red 193 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #C164DF

Tints of Medium Orchid #C164DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.22%

R = 37.4%
G = 19.38%
B = 43.22%

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

#C164DF (or 0xC164DF) is known color: Medium Orchid. HEX triplet: C1, 64 and DF. RGB value is (193,100,223). Sum of RGB (Red+Green+Blue) = 193+100+223=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #C164DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C164DF is #3E9B20. Grayscale: #8D8D8D. Windows color (decimal): -4102945 or 14640321. OLE color: 14640321.

HSL color Cylindrical-coordinate representation of color #C164DF: hue angle of 285.37º degrees, saturation: 0.66, 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 #C164DF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 100 223 -
CMYK 0.13 0.55 0 0.13
HSL 285.37º 0.66% 0.63% -
HSV(B) 285.37º 0.55% 0.87% -
XYZ 39.87 25.78 72.69 -
YUV 141.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 193 100 223 0.13 0.55 0 0.13 285.37 0.66 0.63
Hex C1 64 DF D 37 0 D 11D 42 3F
Octal 301 144 337 15 67 0 15 435 102 77
Binary 11000001 1100100 11011111 1101 110111 0 1101 100011101 1000010 111111

Color Harmonies of #C164DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C164DF

Black with #C164DF

Text Example


Text Example

White with #C164DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C164DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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