Html Css Color HEX #C19BDA Wisteria

📋 copy color: '#C19BDA'

red 193 ◦ green 155 ◦ blue 218

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

Shades of Wisteria #C19BDA

Tints of Wisteria #C19BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.52%

R = 34.1%
G = 27.39%
B = 38.52%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C19BDA (or 0xC19BDA) is known color: Wisteria. HEX triplet: C1, 9B and DA. RGB value is (193,155,218). Sum of RGB (Red+Green+Blue) = 193+155+218=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #C19BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BDA is #3E6425. Grayscale: #ADADAD. Windows color (decimal): -4088870 or 14326721. OLE color: 14326721.

HSL color Cylindrical-coordinate representation of color #C19BDA: hue angle of 276.19º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C19BDA is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 155 218 -
CMYK 0.11 0.29 0 0.15
HSL 276.19º 0.46% 0.73% -
HSV(B) 276.19º 0.29% 0.85% -
XYZ 46.37 39.84 71.58 -
YUV 173.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 193 155 218 0.11 0.29 0 0.15 276.19 0.46 0.73
Hex C1 9B DA B 1D 0 F 114 2E 49
Octal 301 233 332 13 35 0 17 424 56 111
Binary 11000001 10011011 11011010 1011 11101 0 1111 100010100 101110 1001001

Color Harmonies of #C19BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19BDA

Black with #C19BDA

Text Example


Text Example

White with #C19BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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