Html Css Color HEX #C19BE0 Wisteria

📋 copy color: '#C19BE0'

red 193 ◦ green 155 ◦ blue 224

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

Shades of Wisteria #C19BE0

Tints of Wisteria #C19BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.16%

R = 33.74%
G = 27.1%
B = 39.16%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C19BE0 (or 0xC19BE0) is known color: Wisteria. HEX triplet: C1, 9B and E0. RGB value is (193,155,224). Sum of RGB (Red+Green+Blue) = 193+155+224=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 224 (87.89% from 255 or 39.16% from 572); Max value from RGB is 224 - color contains mainly: blue. Hex color #C19BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19BE0 is #3E641F. Grayscale: #ADADAD. Windows color (decimal): -4088864 or 14719937. OLE color: 14719937.

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

Color convert

RGB 193 155 224 -
CMYK 0.14 0.31 0 0.12
HSL 273.04º 0.53% 0.74% -
HSV(B) 273.04º 0.31% 0.88% -
XYZ 47.17 40.16 75.79 -
YUV 174.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 193 155 224 0.14 0.31 0 0.12 273.04 0.53 0.74
Hex C1 9B E0 E 1F 0 C 111 35 4A
Octal 301 233 340 16 37 0 14 421 65 112
Binary 11000001 10011011 11100000 1110 11111 0 1100 100010001 110101 1001010

Color Harmonies of #C19BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19BE0

Black with #C19BE0

Text Example


Text Example

White with #C19BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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