Html Css Color HEX #C49BD0 Wisteria

📋 copy color: '#C49BD0'

red 196 ◦ green 155 ◦ blue 208

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

Shades of Wisteria #C49BD0

Tints of Wisteria #C49BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 35.06%
G = 27.73%
B = 37.21%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C49BD0 (or 0xC49BD0) is known color: Wisteria. HEX triplet: C4, 9B and D0. RGB value is (196,155,208). Sum of RGB (Red+Green+Blue) = 196+155+208=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #C49BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49BD0 is #3B642F. Grayscale: #ADADAD. Windows color (decimal): -3892272 or 13671364. OLE color: 13671364.

HSL color Cylindrical-coordinate representation of color #C49BD0: hue angle of 286.42º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C49BD0 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 155 208 -
CMYK 0.06 0.25 0 0.18
HSL 286.42º 0.36% 0.71% -
HSV(B) 286.42º 0.25% 0.82% -
XYZ 45.87 39.73 64.93 -
YUV 173.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 196 155 208 0.06 0.25 0 0.18 286.42 0.36 0.71
Hex C4 9B D0 6 19 0 12 11E 24 47
Octal 304 233 320 6 31 0 22 436 44 107
Binary 11000100 10011011 11010000 110 11001 0 10010 100011110 100100 1000111

Color Harmonies of #C49BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BD0

Black with #C49BD0

Text Example


Text Example

White with #C49BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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