Html Css Color HEX #C49BE6 Wisteria

📋 copy color: '#C49BE6'

red 196 ◦ green 155 ◦ blue 230

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

Shades of Wisteria #C49BE6

Tints of Wisteria #C49BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.59%

R = 33.73%
G = 26.68%
B = 39.59%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C49BE6 (or 0xC49BE6) is known color: Wisteria. HEX triplet: C4, 9B and E6. RGB value is (196,155,230). Sum of RGB (Red+Green+Blue) = 196+155+230=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 230 - color contains mainly: blue. Hex color #C49BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49BE6 is #3B6419. Grayscale: #AFAFAF. Windows color (decimal): -3892250 or 15113156. OLE color: 15113156.

HSL color Cylindrical-coordinate representation of color #C49BE6: hue angle of 272.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49BE6 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 196 155 230 -
CMYK 0.15 0.33 0 0.10
HSL 272.8º 0.6% 0.75% -
HSV(B) 272.8º 0.33% 0.9% -
XYZ 48.77 40.89 80.19 -
YUV 175.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 196 155 230 0.15 0.33 0 0.10 272.8 0.6 0.75
Hex C4 9B E6 F 21 0 A 111 3C 4B
Octal 304 233 346 17 41 0 12 421 74 113
Binary 11000100 10011011 11100110 1111 100001 0 1010 100010001 111100 1001011

Color Harmonies of #C49BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BE6

Black with #C49BE6

Text Example


Text Example

White with #C49BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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