Html Css Color HEX #C196E9 Wisteria

📋 copy color: '#C196E9'

red 193 ◦ green 150 ◦ blue 233

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

Shades of Wisteria #C196E9

Tints of Wisteria #C196E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.45%

R = 33.51%
G = 26.04%
B = 40.45%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C196E9 (or 0xC196E9) is known color: Wisteria. HEX triplet: C1, 96 and E9. RGB value is (193,150,233). Sum of RGB (Red+Green+Blue) = 193+150+233=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #C196E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196E9 is #3E6916. Grayscale: #ACACAC. Windows color (decimal): -4090135 or 15308481. OLE color: 15308481.

HSL color Cylindrical-coordinate representation of color #C196E9: hue angle of 271.08º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C196E9 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 150 233 -
CMYK 0.17 0.36 0 0.09
HSL 271.08º 0.65% 0.75% -
HSV(B) 271.08º 0.36% 0.91% -
XYZ 47.61 39.03 82.12 -
YUV 172.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 193 150 233 0.17 0.36 0 0.09 271.08 0.65 0.75
Hex C1 96 E9 11 24 0 9 10F 41 4B
Octal 301 226 351 21 44 0 11 417 101 113
Binary 11000001 10010110 11101001 10001 100100 0 1001 100001111 1000001 1001011

Color Harmonies of #C196E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196E9

Black with #C196E9

Text Example


Text Example

White with #C196E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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