Html Css Color HEX #C196E8 Wisteria

📋 copy color: '#C196E8'

red 193 ◦ green 150 ◦ blue 232

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

Shades of Wisteria #C196E8

Tints of Wisteria #C196E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.35%

R = 33.57%
G = 26.09%
B = 40.35%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C196E8 (or 0xC196E8) is known color: Wisteria. HEX triplet: C1, 96 and E8. RGB value is (193,150,232). Sum of RGB (Red+Green+Blue) = 193+150+232=575 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.57% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #C196E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196E8 is #3E6917. Grayscale: #ABABAB. Windows color (decimal): -4090136 or 15242945. OLE color: 15242945.

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

Color convert

RGB 193 150 232 -
CMYK 0.17 0.35 0 0.09
HSL 271.46º 0.64% 0.75% -
HSV(B) 271.46º 0.35% 0.91% -
XYZ 47.46 38.98 81.37 -
YUV 172.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 193 150 232 0.17 0.35 0 0.09 271.46 0.64 0.75
Hex C1 96 E8 11 23 0 9 10F 40 4B
Octal 301 226 350 21 43 0 11 417 100 113
Binary 11000001 10010110 11101000 10001 100011 0 1001 100001111 1000000 1001011

Color Harmonies of #C196E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196E8

Black with #C196E8

Text Example


Text Example

White with #C196E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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