Html Css Color HEX #C19BD2 Wisteria

📋 copy color: '#C19BD2'

red 193 ◦ green 155 ◦ blue 210

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

Shades of Wisteria #C19BD2

Tints of Wisteria #C19BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.63%

R = 34.59%
G = 27.78%
B = 37.63%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C19BD2 (or 0xC19BD2) is known color: Wisteria. HEX triplet: C1, 9B and D2. RGB value is (193,155,210). Sum of RGB (Red+Green+Blue) = 193+155+210=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 210 - color contains mainly: blue. Hex color #C19BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BD2 is #3E642D. Grayscale: #ACACAC. Windows color (decimal): -4088878 or 13802433. OLE color: 13802433.

HSL color Cylindrical-coordinate representation of color #C19BD2: hue angle of 281.45º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C19BD2 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 155 210 -
CMYK 0.08 0.26 0 0.18
HSL 281.45º 0.38% 0.72% -
HSV(B) 281.45º 0.26% 0.82% -
XYZ 45.35 39.43 66.19 -
YUV 172.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 193 155 210 0.08 0.26 0 0.18 281.45 0.38 0.72
Hex C1 9B D2 8 1A 0 12 119 26 48
Octal 301 233 322 10 32 0 22 431 46 110
Binary 11000001 10011011 11010010 1000 11010 0 10010 100011001 100110 1001000

Color Harmonies of #C19BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19BD2

Black with #C19BD2

Text Example


Text Example

White with #C19BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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