Html Css Color HEX #C196DB Wisteria

📋 copy color: '#C196DB'

red 193 ◦ green 150 ◦ blue 219

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

Shades of Wisteria #C196DB

Tints of Wisteria #C196DB

RGB

 RED value IS 193 (75.78% from 255) = 34.34%

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

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

R = 34.34%
G = 26.69%
B = 38.97%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C196DB (or 0xC196DB) is known color: Wisteria. HEX triplet: C1, 96 and DB. RGB value is (193,150,219). Sum of RGB (Red+Green+Blue) = 193+150+219=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #C196DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196DB is #3E6924. Grayscale: #AAAAAA. Windows color (decimal): -4090149 or 14390977. OLE color: 14390977.

HSL color Cylindrical-coordinate representation of color #C196DB: hue angle of 277.39º 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 #C196DB is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 150 219 -
CMYK 0.12 0.32 0 0.14
HSL 277.39º 0.49% 0.72% -
HSV(B) 277.39º 0.32% 0.86% -
XYZ 45.68 38.26 72 -
YUV 170.72 155.25 143.89 -
System Red Green Blue C M Y K H S L
Decimal 193 150 219 0.12 0.32 0 0.14 277.39 0.49 0.72
Hex C1 96 DB C 20 0 E 115 31 48
Octal 301 226 333 14 40 0 16 425 61 110
Binary 11000001 10010110 11011011 1100 100000 0 1110 100010101 110001 1001000

Color Harmonies of #C196DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196DB

Black with #C196DB

Text Example


Text Example

White with #C196DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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