Html Css Color HEX #C49BE9 Wisteria

📋 copy color: '#C49BE9'

red 196 ◦ green 155 ◦ blue 233

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

Shades of Wisteria #C49BE9

Tints of Wisteria #C49BE9

RGB

 RED value IS 196 (76.95% from 255) = 33.56%

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

 BLUE value IS 233 (91.41% from 255) = 39.9%

R = 33.56%
G = 26.54%
B = 39.9%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C49BE9 (or 0xC49BE9) is known color: Wisteria. HEX triplet: C4, 9B and E9. RGB value is (196,155,233). Sum of RGB (Red+Green+Blue) = 196+155+233=584 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.56% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 233 - color contains mainly: blue. Hex color #C49BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49BE9 is #3B6416. Grayscale: #AFAFAF. Windows color (decimal): -3892247 or 15309764. OLE color: 15309764.

HSL color Cylindrical-coordinate representation of color #C49BE9: hue angle of 271.54º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49BE9 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 155 233 -
CMYK 0.16 0.33 0 0.09
HSL 271.54º 0.64% 0.76% -
HSV(B) 271.54º 0.33% 0.91% -
XYZ 49.19 41.06 82.42 -
YUV 176.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 196 155 233 0.16 0.33 0 0.09 271.54 0.64 0.76
Hex C4 9B E9 10 21 0 9 110 40 4C
Octal 304 233 351 20 41 0 11 420 100 114
Binary 11000100 10011011 11101001 10000 100001 0 1001 100010000 1000000 1001100

Color Harmonies of #C49BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BE9

Black with #C49BE9

Text Example


Text Example

White with #C49BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BE9; }

 p { color: rgb(196,155,233); }

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

background-color css

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

 a { background-color: rgb(196,155,233); }

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

border-color css

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

 span { border-color: rgb(196,155,233); }

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