Html Css Color HEX #C163DC Medium Orchid

📋 copy color: '#C163DC'

red 193 ◦ green 99 ◦ blue 220

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

Shades of Medium Orchid #C163DC

Tints of Medium Orchid #C163DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.34%

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

R = 37.7%
G = 19.34%
B = 42.97%

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

#C163DC (or 0xC163DC) is known color: Medium Orchid. HEX triplet: C1, 63 and DC. RGB value is (193,99,220). Sum of RGB (Red+Green+Blue) = 193+99+220=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #C163DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163DC is #3E9C23. Grayscale: #8C8C8C. Windows color (decimal): -4103204 or 14443457. OLE color: 14443457.

HSL color Cylindrical-coordinate representation of color #C163DC: hue angle of 286.61º 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 #C163DC is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 99 220 -
CMYK 0.12 0.55 0 0.14
HSL 286.61º 0.63% 0.63% -
HSV(B) 286.61º 0.55% 0.86% -
XYZ 39.37 25.43 70.54 -
YUV 140.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 193 99 220 0.12 0.55 0 0.14 286.61 0.63 0.63
Hex C1 63 DC C 37 0 E 11F 3F 3F
Octal 301 143 334 14 67 0 16 437 77 77
Binary 11000001 1100011 11011100 1100 110111 0 1110 100011111 111111 111111

Color Harmonies of #C163DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163DC

Black with #C163DC

Text Example


Text Example

White with #C163DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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