Html Css Color HEX #C146D6 Medium Orchid

📋 copy color: '#C146D6'

red 193 ◦ green 70 ◦ blue 214

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

Shades of Medium Orchid #C146D6

Tints of Medium Orchid #C146D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.86%

R = 40.46%
G = 14.68%
B = 44.86%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C146D6 (or 0xC146D6) is known color: Medium Orchid. HEX triplet: C1, 46 and D6. RGB value is (193,70,214). Sum of RGB (Red+Green+Blue) = 193+70+214=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #C146D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146D6 is #3EB929. Grayscale: #7A7A7A. Windows color (decimal): -4110634 or 14042817. OLE color: 14042817.

HSL color Cylindrical-coordinate representation of color #C146D6: hue angle of 291.25º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C146D6 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 70 214 -
CMYK 0.10 0.67 0 0.16
HSL 291.25º 0.64% 0.56% -
HSV(B) 291.25º 0.67% 0.84% -
XYZ 36.32 20.57 65.68 -
YUV 123.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 193 70 214 0.10 0.67 0 0.16 291.25 0.64 0.56
Hex C1 46 D6 A 43 0 10 123 40 38
Octal 301 106 326 12 103 0 20 443 100 70
Binary 11000001 1000110 11010110 1010 1000011 0 10000 100100011 1000000 111000

Color Harmonies of #C146D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146D6

Black with #C146D6

Text Example


Text Example

White with #C146D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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