Html Css Color HEX #C196DD Wisteria

📋 copy color: '#C196DD'

red 193 ◦ green 150 ◦ blue 221

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

Shades of Wisteria #C196DD

Tints of Wisteria #C196DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.18%

R = 34.22%
G = 26.6%
B = 39.18%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C196DD (or 0xC196DD) is known color: Wisteria. HEX triplet: C1, 96 and DD. RGB value is (193,150,221). Sum of RGB (Red+Green+Blue) = 193+150+221=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #C196DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C196DD is #3E6922. Grayscale: #AAAAAA. Windows color (decimal): -4090147 or 14522049. OLE color: 14522049.

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

Color convert

RGB 193 150 221 -
CMYK 0.13 0.32 0 0.13
HSL 276.34º 0.51% 0.73% -
HSV(B) 276.34º 0.32% 0.87% -
XYZ 45.95 38.37 73.39 -
YUV 170.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 193 150 221 0.13 0.32 0 0.13 276.34 0.51 0.73
Hex C1 96 DD D 20 0 D 114 33 49
Octal 301 226 335 15 40 0 15 424 63 111
Binary 11000001 10010110 11011101 1101 100000 0 1101 100010100 110011 1001001

Color Harmonies of #C196DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196DD

Black with #C196DD

Text Example


Text Example

White with #C196DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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