Html Css Color HEX #C496DB Wisteria

📋 copy color: '#C496DB'

red 196 ◦ green 150 ◦ blue 219

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

Shades of Wisteria #C496DB

Tints of Wisteria #C496DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.55%

 BLUE value IS 219 (85.94% from 255) = 38.76%

R = 34.69%
G = 26.55%
B = 38.76%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C496DB (or 0xC496DB) is known color: Wisteria. HEX triplet: C4, 96 and DB. RGB value is (196,150,219). Sum of RGB (Red+Green+Blue) = 196+150+219=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #C496DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C496DB is #3B6924. Grayscale: #ABABAB. Windows color (decimal): -3893541 or 14390980. OLE color: 14390980.

HSL color Cylindrical-coordinate representation of color #C496DB: hue angle of 280º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C496DB is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 150 219 -
CMYK 0.11 0.32 0 0.14
HSL 280º 0.49% 0.72% -
HSV(B) 280º 0.32% 0.86% -
XYZ 46.46 38.66 72.03 -
YUV 171.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 196 150 219 0.11 0.32 0 0.14 280 0.49 0.72
Hex C4 96 DB B 20 0 E 118 31 48
Octal 304 226 333 13 40 0 16 430 61 110
Binary 11000100 10010110 11011011 1011 100000 0 1110 100011000 110001 1001000

Color Harmonies of #C496DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496DB

Black with #C496DB

Text Example


Text Example

White with #C496DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496DB; }

 p { color: rgb(196,150,219); }

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

background-color css

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

 a { background-color: rgb(196,150,219); }

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

border-color css

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

 span { border-color: rgb(196,150,219); }

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