Html Css Color HEX #C19DDB Wisteria

📋 copy color: '#C19DDB'

red 193 ◦ green 157 ◦ blue 219

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

Shades of Wisteria #C19DDB

Tints of Wisteria #C19DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.59%

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

R = 33.92%
G = 27.59%
B = 38.49%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C19DDB (or 0xC19DDB) is known color: Wisteria. HEX triplet: C1, 9D and DB. RGB value is (193,157,219). Sum of RGB (Red+Green+Blue) = 193+157+219=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #C19DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19DDB is #3E6224. Grayscale: #AEAEAE. Windows color (decimal): -4088357 or 14392769. OLE color: 14392769.

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

Color convert

RGB 193 157 219 -
CMYK 0.12 0.28 0 0.14
HSL 274.84º 0.46% 0.74% -
HSV(B) 274.84º 0.28% 0.86% -
XYZ 46.84 40.57 72.38 -
YUV 174.83 152.93 140.96 -
System Red Green Blue C M Y K H S L
Decimal 193 157 219 0.12 0.28 0 0.14 274.84 0.46 0.74
Hex C1 9D DB C 1C 0 E 113 2E 4A
Octal 301 235 333 14 34 0 16 423 56 112
Binary 11000001 10011101 11011011 1100 11100 0 1110 100010011 101110 1001010

Color Harmonies of #C19DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19DDB

Black with #C19DDB

Text Example


Text Example

White with #C19DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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