Html Css Color HEX #C49BE0 Wisteria

📋 copy color: '#C49BE0'

red 196 ◦ green 155 ◦ blue 224

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

Shades of Wisteria #C49BE0

Tints of Wisteria #C49BE0

RGB

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

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

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

R = 34.09%
G = 26.96%
B = 38.96%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C49BE0 (or 0xC49BE0) is known color: Wisteria. HEX triplet: C4, 9B and E0. RGB value is (196,155,224). Sum of RGB (Red+Green+Blue) = 196+155+224=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 224 (87.89% from 255 or 38.96% from 575); Max value from RGB is 224 - color contains mainly: blue. Hex color #C49BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BE0 is #3B641F. Grayscale: #AEAEAE. Windows color (decimal): -3892256 or 14719940. OLE color: 14719940.

HSL color Cylindrical-coordinate representation of color #C49BE0: hue angle of 275.65º 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 #C49BE0 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 155 224 -
CMYK 0.12 0.31 0 0.12
HSL 275.65º 0.53% 0.74% -
HSV(B) 275.65º 0.31% 0.88% -
XYZ 47.94 40.56 75.82 -
YUV 175.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 196 155 224 0.12 0.31 0 0.12 275.65 0.53 0.74
Hex C4 9B E0 C 1F 0 C 114 35 4A
Octal 304 233 340 14 37 0 14 424 65 112
Binary 11000100 10011011 11100000 1100 11111 0 1100 100010100 110101 1001010

Color Harmonies of #C49BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BE0

Black with #C49BE0

Text Example


Text Example

White with #C49BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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