Html Css Color HEX #C49DDF Wisteria

📋 copy color: '#C49DDF'

red 196 ◦ green 157 ◦ blue 223

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

Shades of Wisteria #C49DDF

Tints of Wisteria #C49DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.26%

 BLUE value IS 223 (87.5% from 255) = 38.72%

R = 34.03%
G = 27.26%
B = 38.72%

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

#C49DDF (or 0xC49DDF) is known color: Wisteria. HEX triplet: C4, 9D and DF. RGB value is (196,157,223). Sum of RGB (Red+Green+Blue) = 196+157+223=576 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.03% from 576); Green value is 157 (61.72% from 255 or 27.26% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #C49DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49DDF is #3B6220. Grayscale: #AFAFAF. Windows color (decimal): -3891745 or 14654916. OLE color: 14654916.

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

Color convert

RGB 196 157 223 -
CMYK 0.12 0.30 0 0.13
HSL 275.45º 0.51% 0.75% -
HSV(B) 275.45º 0.3% 0.87% -
XYZ 48.14 41.18 75.22 -
YUV 176.19 154.42 142.13 -
System Red Green Blue C M Y K H S L
Decimal 196 157 223 0.12 0.30 0 0.13 275.45 0.51 0.75
Hex C4 9D DF C 1E 0 D 113 33 4B
Octal 304 235 337 14 36 0 15 423 63 113
Binary 11000100 10011101 11011111 1100 11110 0 1101 100010011 110011 1001011

Color Harmonies of #C49DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DDF

Black with #C49DDF

Text Example


Text Example

White with #C49DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DDF; }

 p { color: rgb(196,157,223); }

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

background-color css

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

 a { background-color: rgb(196,157,223); }

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

border-color css

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

 span { border-color: rgb(196,157,223); }

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