Html Css Color HEX #C19BDE Wisteria

📋 copy color: '#C19BDE'

red 193 ◦ green 155 ◦ blue 222

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

Shades of Wisteria #C19BDE

Tints of Wisteria #C19BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 33.86%
G = 27.19%
B = 38.95%

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

#C19BDE (or 0xC19BDE) is known color: Wisteria. HEX triplet: C1, 9B and DE. RGB value is (193,155,222). Sum of RGB (Red+Green+Blue) = 193+155+222=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #C19BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BDE is #3E6421. Grayscale: #ADADAD. Windows color (decimal): -4088866 or 14588865. OLE color: 14588865.

HSL color Cylindrical-coordinate representation of color #C19BDE: hue angle of 274.03º degrees, saturation: 0.5, 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 #C19BDE is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 155 222 -
CMYK 0.13 0.30 0 0.13
HSL 274.03º 0.5% 0.74% -
HSV(B) 274.03º 0.3% 0.87% -
XYZ 46.9 40.05 74.37 -
YUV 174 155.09 141.55 -
System Red Green Blue C M Y K H S L
Decimal 193 155 222 0.13 0.30 0 0.13 274.03 0.5 0.74
Hex C1 9B DE D 1E 0 D 112 32 4A
Octal 301 233 336 15 36 0 15 422 62 112
Binary 11000001 10011011 11011110 1101 11110 0 1101 100010010 110010 1001010

Color Harmonies of #C19BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19BDE

Black with #C19BDE

Text Example


Text Example

White with #C19BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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