Html Css Color HEX #C49CDE Wisteria

📋 copy color: '#C49CDE'

red 196 ◦ green 156 ◦ blue 222

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

Shades of Wisteria #C49CDE

Tints of Wisteria #C49CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.18%

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 34.15%
G = 27.18%
B = 38.68%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C49CDE (or 0xC49CDE) is known color: Wisteria. HEX triplet: C4, 9C and DE. RGB value is (196,156,222). Sum of RGB (Red+Green+Blue) = 196+156+222=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 156 (61.33% from 255 or 27.18% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #C49CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CDE is #3B6321. Grayscale: #AFAFAF. Windows color (decimal): -3892002 or 14589124. OLE color: 14589124.

HSL color Cylindrical-coordinate representation of color #C49CDE: hue angle of 276.36º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49CDE is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 156 222 -
CMYK 0.12 0.30 0 0.13
HSL 276.36º 0.5% 0.74% -
HSV(B) 276.36º 0.3% 0.87% -
XYZ 47.84 40.79 74.46 -
YUV 175.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 196 156 222 0.12 0.30 0 0.13 276.36 0.5 0.74
Hex C4 9C DE C 1E 0 D 114 32 4A
Octal 304 234 336 14 36 0 15 424 62 112
Binary 11000100 10011100 11011110 1100 11110 0 1101 100010100 110010 1001010

Color Harmonies of #C49CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49CDE

Black with #C49CDE

Text Example


Text Example

White with #C49CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49CDE; }

 p { color: rgb(196,156,222); }

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

background-color css

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

 a { background-color: rgb(196,156,222); }

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

border-color css

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

 span { border-color: rgb(196,156,222); }

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