Html Css Color HEX #C49BD2 Wisteria

📋 copy color: '#C49BD2'

red 196 ◦ green 155 ◦ blue 210

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

Shades of Wisteria #C49BD2

Tints of Wisteria #C49BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 34.94%
G = 27.63%
B = 37.43%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C49BD2 (or 0xC49BD2) is known color: Wisteria. HEX triplet: C4, 9B and D2. RGB value is (196,155,210). Sum of RGB (Red+Green+Blue) = 196+155+210=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #C49BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BD2 is #3B642D. Grayscale: #ADADAD. Windows color (decimal): -3892270 or 13802436. OLE color: 13802436.

HSL color Cylindrical-coordinate representation of color #C49BD2: hue angle of 284.73º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C49BD2 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 155 210 -
CMYK 0.07 0.26 0 0.18
HSL 284.73º 0.38% 0.72% -
HSV(B) 284.73º 0.26% 0.82% -
XYZ 46.12 39.83 66.23 -
YUV 173.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 196 155 210 0.07 0.26 0 0.18 284.73 0.38 0.72
Hex C4 9B D2 7 1A 0 12 11D 26 48
Octal 304 233 322 7 32 0 22 435 46 110
Binary 11000100 10011011 11010010 111 11010 0 10010 100011101 100110 1001000

Color Harmonies of #C49BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BD2

Black with #C49BD2

Text Example


Text Example

White with #C49BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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