Html Css Color HEX #C19BDB Wisteria

📋 copy color: '#C19BDB'

red 193 ◦ green 155 ◦ blue 219

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

Shades of Wisteria #C19BDB

Tints of Wisteria #C19BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.34%

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

R = 34.04%
G = 27.34%
B = 38.62%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C19BDB (or 0xC19BDB) is known color: Wisteria. HEX triplet: C1, 9B and DB. RGB value is (193,155,219). Sum of RGB (Red+Green+Blue) = 193+155+219=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #C19BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BDB is #3E6424. Grayscale: #ADADAD. Windows color (decimal): -4088869 or 14392257. OLE color: 14392257.

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

Color convert

RGB 193 155 219 -
CMYK 0.12 0.29 0 0.14
HSL 275.63º 0.47% 0.73% -
HSV(B) 275.63º 0.29% 0.86% -
XYZ 46.5 39.89 72.27 -
YUV 173.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 193 155 219 0.12 0.29 0 0.14 275.63 0.47 0.73
Hex C1 9B DB C 1D 0 E 114 2F 49
Octal 301 233 333 14 35 0 16 424 57 111
Binary 11000001 10011011 11011011 1100 11101 0 1110 100010100 101111 1001001

Color Harmonies of #C19BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19BDB

Black with #C19BDB

Text Example


Text Example

White with #C19BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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