Html Css Color HEX #C146DC Medium Orchid

📋 copy color: '#C146DC'

red 193 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #C146DC

Tints of Medium Orchid #C146DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.49%

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

R = 39.96%
G = 14.49%
B = 45.55%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C146DC (or 0xC146DC) is known color: Medium Orchid. HEX triplet: C1, 46 and DC. RGB value is (193,70,220). Sum of RGB (Red+Green+Blue) = 193+70+220=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #C146DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146DC is #3EB923. Grayscale: #7B7B7B. Windows color (decimal): -4110628 or 14436033. OLE color: 14436033.

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

Color convert

RGB 193 70 220 -
CMYK 0.12 0.68 0 0.14
HSL 289.2º 0.68% 0.57% -
HSV(B) 289.2º 0.68% 0.86% -
XYZ 37.1 20.89 69.79 -
YUV 123.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 193 70 220 0.12 0.68 0 0.14 289.2 0.68 0.57
Hex C1 46 DC C 44 0 E 121 44 39
Octal 301 106 334 14 104 0 16 441 104 71
Binary 11000001 1000110 11011100 1100 1000100 0 1110 100100001 1000100 111001

Color Harmonies of #C146DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146DC

Black with #C146DC

Text Example


Text Example

White with #C146DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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