Html Css Color HEX #C146DB Medium Orchid

📋 copy color: '#C146DB'

red 193 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #C146DB

Tints of Medium Orchid #C146DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 40.04%
G = 14.52%
B = 45.44%

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

#C146DB (or 0xC146DB) is known color: Medium Orchid. HEX triplet: C1, 46 and DB. RGB value is (193,70,219). Sum of RGB (Red+Green+Blue) = 193+70+219=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 70 (27.73% from 255 or 14.52% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #C146DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146DB is #3EB924. Grayscale: #7B7B7B. Windows color (decimal): -4110629 or 14370497. OLE color: 14370497.

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

Color convert

RGB 193 70 219 -
CMYK 0.12 0.68 0 0.14
HSL 289.53º 0.67% 0.57% -
HSV(B) 289.53º 0.68% 0.86% -
XYZ 36.97 20.83 69.09 -
YUV 123.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 193 70 219 0.12 0.68 0 0.14 289.53 0.67 0.57
Hex C1 46 DB C 44 0 E 122 43 39
Octal 301 106 333 14 104 0 16 442 103 71
Binary 11000001 1000110 11011011 1100 1000100 0 1110 100100010 1000011 111001

Color Harmonies of #C146DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146DB

Black with #C146DB

Text Example


Text Example

White with #C146DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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