Html Css Color HEX #C193DB Wisteria

📋 copy color: '#C193DB'

red 193 ◦ green 147 ◦ blue 219

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

Shades of Wisteria #C193DB

Tints of Wisteria #C193DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.3%

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

R = 34.53%
G = 26.3%
B = 39.18%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C193DB (or 0xC193DB) is known color: Wisteria. HEX triplet: C1, 93 and DB. RGB value is (193,147,219). Sum of RGB (Red+Green+Blue) = 193+147+219=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #C193DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193DB is #3E6C24. Grayscale: #A8A8A8. Windows color (decimal): -4090917 or 14390209. OLE color: 14390209.

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

Color convert

RGB 193 147 219 -
CMYK 0.12 0.33 0 0.14
HSL 278.33º 0.5% 0.72% -
HSV(B) 278.33º 0.33% 0.86% -
XYZ 45.21 37.32 71.84 -
YUV 168.96 156.24 145.15 -
System Red Green Blue C M Y K H S L
Decimal 193 147 219 0.12 0.33 0 0.14 278.33 0.5 0.72
Hex C1 93 DB C 21 0 E 116 32 48
Octal 301 223 333 14 41 0 16 426 62 110
Binary 11000001 10010011 11011011 1100 100001 0 1110 100010110 110010 1001000

Color Harmonies of #C193DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193DB

Black with #C193DB

Text Example


Text Example

White with #C193DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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