Html Css Color HEX #C192DB Wisteria

📋 copy color: '#C192DB'

red 193 ◦ green 146 ◦ blue 219

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

Shades of Wisteria #C192DB

Tints of Wisteria #C192DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.16%

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

R = 34.59%
G = 26.16%
B = 39.25%

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

#C192DB (or 0xC192DB) is known color: Wisteria. HEX triplet: C1, 92 and DB. RGB value is (193,146,219). Sum of RGB (Red+Green+Blue) = 193+146+219=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #C192DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192DB is #3E6D24. Grayscale: #A8A8A8. Windows color (decimal): -4091173 or 14389953. OLE color: 14389953.

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

Color convert

RGB 193 146 219 -
CMYK 0.12 0.33 0 0.14
HSL 278.63º 0.5% 0.72% -
HSV(B) 278.63º 0.33% 0.86% -
XYZ 45.06 37.01 71.79 -
YUV 168.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 193 146 219 0.12 0.33 0 0.14 278.63 0.5 0.72
Hex C1 92 DB C 21 0 E 117 32 48
Octal 301 222 333 14 41 0 16 427 62 110
Binary 11000001 10010010 11011011 1100 100001 0 1110 100010111 110010 1001000

Color Harmonies of #C192DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192DB

Black with #C192DB

Text Example


Text Example

White with #C192DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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