Html Css Color HEX #C19BDD Wisteria

📋 copy color: '#C19BDD'

red 193 ◦ green 155 ◦ blue 221

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

Shades of Wisteria #C19BDD

Tints of Wisteria #C19BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 33.92%
G = 27.24%
B = 38.84%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C19BDD (or 0xC19BDD) is known color: Wisteria. HEX triplet: C1, 9B and DD. RGB value is (193,155,221). Sum of RGB (Red+Green+Blue) = 193+155+221=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #C19BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BDD is #3E6422. Grayscale: #ADADAD. Windows color (decimal): -4088867 or 14523329. OLE color: 14523329.

HSL color Cylindrical-coordinate representation of color #C19BDD: hue angle of 274.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19BDD is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 155 221 -
CMYK 0.13 0.30 0 0.13
HSL 274.55º 0.49% 0.74% -
HSV(B) 274.55º 0.3% 0.87% -
XYZ 46.76 40 73.66 -
YUV 173.89 154.59 141.63 -
System Red Green Blue C M Y K H S L
Decimal 193 155 221 0.13 0.30 0 0.13 274.55 0.49 0.74
Hex C1 9B DD D 1E 0 D 113 31 4A
Octal 301 233 335 15 36 0 15 423 61 112
Binary 11000001 10011011 11011101 1101 11110 0 1101 100010011 110001 1001010

Color Harmonies of #C19BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19BDD

Black with #C19BDD

Text Example


Text Example

White with #C19BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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