Html Css Color HEX #C188DB Wisteria

📋 copy color: '#C188DB'

red 193 ◦ green 136 ◦ blue 219

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

Shades of Wisteria #C188DB

Tints of Wisteria #C188DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.82%

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

R = 35.22%
G = 24.82%
B = 39.96%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C188DB (or 0xC188DB) is known color: Wisteria. HEX triplet: C1, 88 and DB. RGB value is (193,136,219). Sum of RGB (Red+Green+Blue) = 193+136+219=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #C188DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188DB is #3E7724. Grayscale: #A2A2A2. Windows color (decimal): -4093733 or 14387393. OLE color: 14387393.

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

Color convert

RGB 193 136 219 -
CMYK 0.12 0.38 0 0.14
HSL 281.2º 0.54% 0.7% -
HSV(B) 281.2º 0.38% 0.86% -
XYZ 43.58 34.06 71.3 -
YUV 162.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 193 136 219 0.12 0.38 0 0.14 281.2 0.54 0.7
Hex C1 88 DB C 26 0 E 119 36 46
Octal 301 210 333 14 46 0 16 431 66 106
Binary 11000001 10001000 11011011 1100 100110 0 1110 100011001 110110 1000110

Color Harmonies of #C188DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C188DB

Black with #C188DB

Text Example


Text Example

White with #C188DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C188DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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