Html Css Color HEX #C49AE0 Wisteria

📋 copy color: '#C49AE0'

red 196 ◦ green 154 ◦ blue 224

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

Shades of Wisteria #C49AE0

Tints of Wisteria #C49AE0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.83%

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

R = 34.15%
G = 26.83%
B = 39.02%

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

#C49AE0 (or 0xC49AE0) is known color: Wisteria. HEX triplet: C4, 9A and E0. RGB value is (196,154,224). Sum of RGB (Red+Green+Blue) = 196+154+224=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 154 (60.55% from 255 or 26.83% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #C49AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AE0 is #3B651F. Grayscale: #AEAEAE. Windows color (decimal): -3892512 or 14719684. OLE color: 14719684.

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

Color convert

RGB 196 154 224 -
CMYK 0.12 0.31 0 0.12
HSL 276º 0.53% 0.74% -
HSV(B) 276º 0.31% 0.88% -
XYZ 47.78 40.23 75.77 -
YUV 174.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 196 154 224 0.12 0.31 0 0.12 276 0.53 0.74
Hex C4 9A E0 C 1F 0 C 114 35 4A
Octal 304 232 340 14 37 0 14 424 65 112
Binary 11000100 10011010 11100000 1100 11111 0 1100 100010100 110101 1001010

Color Harmonies of #C49AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AE0

Black with #C49AE0

Text Example


Text Example

White with #C49AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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